1 <?xml version="1.0" encoding="utf-8"?>
2 <xs:schema id=
"ERPS_DBDataSet1" targetNamespace="http://tempuri.org/ERPS_DBDataSet1.xsd" xmlns:mstns="http://tempuri.org/ERPS_DBDataSet1.xsd" xmlns="http://tempuri.org/ERPS_DBDataSet1.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
3   <xs:annotation>
4     <xs:appinfo source=
"urn:schemas-microsoft-com:xml-msdatasource">
5       <DataSource DefaultConnectionIndex=
"0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
6         <Connections>
7           <Connection AppSettingsObjectName=
"MySettings" AppSettingsPropertyName="ERPS_DBConnectionString" IsAppSettingsProperty="true" Modifier="Assembly" Name="ERPS_DBConnectionString (MySettings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.ERP_System.My.MySettings.GlobalReference.Default.ERPS_DBConnectionString" Provider="System.Data.SqlClient" />
8         </Connections>
9         <Tables>
10           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ActivationTableAdapter" GeneratorDataComponentClassName="ActivationTableAdapter" Name="Activation" UserDataComponentName="ActivationTableAdapter">
11             <MainSource>
12               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Activation" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
13                 <DeleteCommand>
14                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
15                     <CommandText>DELETE FROM [dbo].[Activation] WHERE (([Id] = @Original_Id) AND ([HardwareID] = @Original_HardwareID) AND ([SerialNo] = @Original_SerialNo) AND ([ActivationID] = @Original_ActivationID))</CommandText>
16                     <Parameters>
17                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
18                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_HardwareID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="HardwareID" SourceColumnNullMapping="false" SourceVersion="Original" />
19                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SerialNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SerialNo" SourceColumnNullMapping="false" SourceVersion="Original" />
20                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ActivationID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ActivationID" SourceColumnNullMapping="false" SourceVersion="Original" />
21                     </Parameters>
22                   </DbCommand>
23                 </DeleteCommand>
24                 <InsertCommand>
25                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
26                     <CommandText>INSERT INTO [dbo].[Activation] ([HardwareID], [SerialNo], [ActivationID]) VALUES (@HardwareID, @SerialNo, @ActivationID);
27 SELECT Id, HardwareID, SerialNo, ActivationID FROM Activation WHERE (Id = SCOPE_IDENTITY())</CommandText>
28                     <Parameters>
29                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@HardwareID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="HardwareID" SourceColumnNullMapping="false" SourceVersion="Current" />
30                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SerialNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SerialNo" SourceColumnNullMapping="false" SourceVersion="Current" />
31                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ActivationID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ActivationID" SourceColumnNullMapping="false" SourceVersion="Current" />
32                     </Parameters>
33                   </DbCommand>
34                 </InsertCommand>
35                 <SelectCommand>
36                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
37                     <CommandText>SELECT Id, HardwareID, SerialNo, ActivationID FROM dbo.Activation</CommandText>
38                     <Parameters />
39                   </DbCommand>
40                 </SelectCommand>
41                 <UpdateCommand>
42                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
43                     <CommandText>UPDATE [dbo].[Activation] SET [HardwareID] = @HardwareID, [SerialNo] = @SerialNo, [ActivationID] = @ActivationID WHERE (([Id] = @Original_Id) AND ([HardwareID] = @Original_HardwareID) AND ([SerialNo] = @Original_SerialNo) AND ([ActivationID] = @Original_ActivationID));
44 SELECT Id, HardwareID, SerialNo, ActivationID FROM Activation WHERE (Id = @Id)</CommandText>
45                     <Parameters>
46                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@HardwareID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="HardwareID" SourceColumnNullMapping="false" SourceVersion="Current" />
47                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SerialNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SerialNo" SourceColumnNullMapping="false" SourceVersion="Current" />
48                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ActivationID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ActivationID" SourceColumnNullMapping="false" SourceVersion="Current" />
49                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
50                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_HardwareID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="HardwareID" SourceColumnNullMapping="false" SourceVersion="Original" />
51                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SerialNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SerialNo" SourceColumnNullMapping="false" SourceVersion="Original" />
52                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ActivationID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ActivationID" SourceColumnNullMapping="false" SourceVersion="Original" />
53                       <Parameter AllowDbNull=
"false" AutogeneratedName="Id" ColumnName="Id" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.Activation" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
54                     </Parameters>
55                   </DbCommand>
56                 </UpdateCommand>
57               </DbSource>
58             </MainSource>
59             <Mappings>
60               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
61               <Mapping SourceColumn=
"HardwareID" DataSetColumn="HardwareID" />
62               <Mapping SourceColumn=
"SerialNo" DataSetColumn="SerialNo" />
63               <Mapping SourceColumn=
"ActivationID" DataSetColumn="ActivationID" />
64             </Mappings>
65             <Sources />
66           </TableAdapter>
67           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="AdvanceEntryTableAdapter" GeneratorDataComponentClassName="AdvanceEntryTableAdapter" Name="AdvanceEntry" UserDataComponentName="AdvanceEntryTableAdapter">
68             <MainSource>
69               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.AdvanceEntry" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
70                 <DeleteCommand>
71                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
72                     <CommandText>DELETE FROM [dbo].[AdvanceEntry] WHERE (([Id] = @Original_Id) AND ([StaffID] = @Original_StaffID) AND ([Amount] = @Original_Amount) AND ([Deduction] = @Original_Deduction) AND ([WorkingDate] = @Original_WorkingDate))</CommandText>
73                     <Parameters>
74                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
75                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
76                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Amount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Amount" SourceColumnNullMapping="false" SourceVersion="Original" />
77                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Deduction" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Deduction" SourceColumnNullMapping="false" SourceVersion="Original" />
78                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_WorkingDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="WorkingDate" SourceColumnNullMapping="false" SourceVersion="Original" />
79                     </Parameters>
80                   </DbCommand>
81                 </DeleteCommand>
82                 <InsertCommand>
83                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
84                     <CommandText>INSERT INTO [dbo].[AdvanceEntry] ([Id], [StaffID], [Amount], [Deduction], [WorkingDate]) VALUES (@Id, @StaffID, @Amount, @Deduction, @WorkingDate);
85 SELECT Id, StaffID, Amount, Deduction, WorkingDate FROM AdvanceEntry WHERE (Id = @Id)</CommandText>
86                     <Parameters>
87                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
88                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
89                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Amount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Amount" SourceColumnNullMapping="false" SourceVersion="Current" />
90                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Deduction" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Deduction" SourceColumnNullMapping="false" SourceVersion="Current" />
91                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@WorkingDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="WorkingDate" SourceColumnNullMapping="false" SourceVersion="Current" />
92                     </Parameters>
93                   </DbCommand>
94                 </InsertCommand>
95                 <SelectCommand>
96                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
97                     <CommandText>SELECT Id, StaffID, Amount, Deduction, WorkingDate FROM dbo.AdvanceEntry</CommandText>
98                     <Parameters />
99                   </DbCommand>
100                 </SelectCommand>
101                 <UpdateCommand>
102                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
103                     <CommandText>UPDATE [dbo].[AdvanceEntry] SET [Id] = @Id, [StaffID] = @StaffID, [Amount] = @Amount, [Deduction] = @Deduction, [WorkingDate] = @WorkingDate WHERE (([Id] = @Original_Id) AND ([StaffID] = @Original_StaffID) AND ([Amount] = @Original_Amount) AND ([Deduction] = @Original_Deduction) AND ([WorkingDate] = @Original_WorkingDate));
104 SELECT Id, StaffID, Amount, Deduction, WorkingDate FROM AdvanceEntry WHERE (Id = @Id)</CommandText>
105                     <Parameters>
106                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
107                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
108                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Amount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Amount" SourceColumnNullMapping="false" SourceVersion="Current" />
109                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Deduction" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Deduction" SourceColumnNullMapping="false" SourceVersion="Current" />
110                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@WorkingDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="WorkingDate" SourceColumnNullMapping="false" SourceVersion="Current" />
111                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
112                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
113                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Amount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Amount" SourceColumnNullMapping="false" SourceVersion="Original" />
114                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Deduction" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Deduction" SourceColumnNullMapping="false" SourceVersion="Original" />
115                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_WorkingDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="WorkingDate" SourceColumnNullMapping="false" SourceVersion="Original" />
116                     </Parameters>
117                   </DbCommand>
118                 </UpdateCommand>
119               </DbSource>
120             </MainSource>
121             <Mappings>
122               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
123               <Mapping SourceColumn=
"StaffID" DataSetColumn="StaffID" />
124               <Mapping SourceColumn=
"Amount" DataSetColumn="Amount" />
125               <Mapping SourceColumn=
"Deduction" DataSetColumn="Deduction" />
126               <Mapping SourceColumn=
"WorkingDate" DataSetColumn="WorkingDate" />
127             </Mappings>
128             <Sources />
129           </TableAdapter>
130           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="BusCardHolder_StaffTableAdapter" GeneratorDataComponentClassName="BusCardHolder_StaffTableAdapter" Name="BusCardHolder_Staff" UserDataComponentName="BusCardHolder_StaffTableAdapter">
131             <MainSource>
132               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.BusCardHolder_Staff" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
133                 <DeleteCommand>
134                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
135                     <CommandText>DELETE FROM [dbo].[BusCardHolder_Staff] WHERE (([BCH_ID] = @Original_BCH_ID) AND ([StaffID] = @Original_StaffID) AND ([BusNo] = @Original_BusNo) AND ([Location] = @Original_Location) AND ([JoiningDate] = @Original_JoiningDate) AND ([Status] = @Original_Status))</CommandText>
136                     <Parameters>
137                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BCH_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BCH_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
138                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
139                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Original" />
140                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Original" />
141                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Original" />
142                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
143                     </Parameters>
144                   </DbCommand>
145                 </DeleteCommand>
146                 <InsertCommand>
147                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
148                     <CommandText>INSERT INTO [dbo].[BusCardHolder_Staff] ([BCH_ID], [StaffID], [BusNo], [Location], [JoiningDate], [Status]) VALUES (@BCH_ID, @StaffID, @BusNo, @Location, @JoiningDate, @Status);
149 SELECT BCH_ID, StaffID, BusNo, Location, JoiningDate, Status FROM BusCardHolder_Staff WHERE (BCH_ID = @BCH_ID)</CommandText>
150                     <Parameters>
151                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BCH_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BCH_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
152                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
153                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Current" />
154                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Current" />
155                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Current" />
156                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
157                     </Parameters>
158                   </DbCommand>
159                 </InsertCommand>
160                 <SelectCommand>
161                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
162                     <CommandText>SELECT BCH_ID, StaffID, BusNo, Location, JoiningDate, Status FROM dbo.BusCardHolder_Staff</CommandText>
163                     <Parameters />
164                   </DbCommand>
165                 </SelectCommand>
166                 <UpdateCommand>
167                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
168                     <CommandText>UPDATE [dbo].[BusCardHolder_Staff] SET [BCH_ID] = @BCH_ID, [StaffID] = @StaffID, [BusNo] = @BusNo, [Location] = @Location, [JoiningDate] = @JoiningDate, [Status] = @Status WHERE (([BCH_ID] = @Original_BCH_ID) AND ([StaffID] = @Original_StaffID) AND ([BusNo] = @Original_BusNo) AND ([Location] = @Original_Location) AND ([JoiningDate] = @Original_JoiningDate) AND ([Status] = @Original_Status));
169 SELECT BCH_ID, StaffID, BusNo, Location, JoiningDate, Status FROM BusCardHolder_Staff WHERE (BCH_ID = @BCH_ID)</CommandText>
170                     <Parameters>
171                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BCH_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BCH_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
172                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
173                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Current" />
174                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Current" />
175                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Current" />
176                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
177                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BCH_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BCH_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
178                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
179                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Original" />
180                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Original" />
181                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Original" />
182                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
183                     </Parameters>
184                   </DbCommand>
185                 </UpdateCommand>
186               </DbSource>
187             </MainSource>
188             <Mappings>
189               <Mapping SourceColumn=
"BCH_ID" DataSetColumn="BCH_ID" />
190               <Mapping SourceColumn=
"StaffID" DataSetColumn="StaffID" />
191               <Mapping SourceColumn=
"BusNo" DataSetColumn="BusNo" />
192               <Mapping SourceColumn=
"Location" DataSetColumn="Location" />
193               <Mapping SourceColumn=
"JoiningDate" DataSetColumn="JoiningDate" />
194               <Mapping SourceColumn=
"Status" DataSetColumn="Status" />
195             </Mappings>
196             <Sources />
197           </TableAdapter>
198           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="BusCardHolder_StudentTableAdapter" GeneratorDataComponentClassName="BusCardHolder_StudentTableAdapter" Name="BusCardHolder_Student" UserDataComponentName="BusCardHolder_StudentTableAdapter">
199             <MainSource>
200               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.BusCardHolder_Student" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
201                 <DeleteCommand>
202                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
203                     <CommandText>DELETE FROM [dbo].[BusCardHolder_Student] WHERE (([BCH_Id] = @Original_BCH_Id) AND ([AdmissionNo] = @Original_AdmissionNo) AND ([BusNo] = @Original_BusNo) AND ([Location] = @Original_Location) AND ([JoiningDate] = @Original_JoiningDate) AND ([Status] = @Original_Status))</CommandText>
204                     <Parameters>
205                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BCH_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BCH_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
206                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
207                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Original" />
208                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Original" />
209                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Original" />
210                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
211                     </Parameters>
212                   </DbCommand>
213                 </DeleteCommand>
214                 <InsertCommand>
215                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
216                     <CommandText>INSERT INTO [dbo].[BusCardHolder_Student] ([BCH_Id], [AdmissionNo], [BusNo], [Location], [JoiningDate], [Status]) VALUES (@BCH_Id, @AdmissionNo, @BusNo, @Location, @JoiningDate, @Status);
217 SELECT BCH_Id, AdmissionNo, BusNo, Location, JoiningDate, Status FROM BusCardHolder_Student WHERE (BCH_Id = @BCH_Id)</CommandText>
218                     <Parameters>
219                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BCH_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BCH_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
220                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
221                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Current" />
222                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Current" />
223                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Current" />
224                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
225                     </Parameters>
226                   </DbCommand>
227                 </InsertCommand>
228                 <SelectCommand>
229                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
230                     <CommandText>SELECT BCH_Id, AdmissionNo, BusNo, Location, JoiningDate, Status FROM dbo.BusCardHolder_Student</CommandText>
231                     <Parameters />
232                   </DbCommand>
233                 </SelectCommand>
234                 <UpdateCommand>
235                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
236                     <CommandText>UPDATE [dbo].[BusCardHolder_Student] SET [BCH_Id] = @BCH_Id, [AdmissionNo] = @AdmissionNo, [BusNo] = @BusNo, [Location] = @Location, [JoiningDate] = @JoiningDate, [Status] = @Status WHERE (([BCH_Id] = @Original_BCH_Id) AND ([AdmissionNo] = @Original_AdmissionNo) AND ([BusNo] = @Original_BusNo) AND ([Location] = @Original_Location) AND ([JoiningDate] = @Original_JoiningDate) AND ([Status] = @Original_Status));
237 SELECT BCH_Id, AdmissionNo, BusNo, Location, JoiningDate, Status FROM BusCardHolder_Student WHERE (BCH_Id = @BCH_Id)</CommandText>
238                     <Parameters>
239                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BCH_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BCH_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
240                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
241                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Current" />
242                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Current" />
243                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Current" />
244                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
245                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BCH_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BCH_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
246                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
247                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Original" />
248                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Original" />
249                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Original" />
250                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
251                     </Parameters>
252                   </DbCommand>
253                 </UpdateCommand>
254               </DbSource>
255             </MainSource>
256             <Mappings>
257               <Mapping SourceColumn=
"BCH_Id" DataSetColumn="BCH_Id" />
258               <Mapping SourceColumn=
"AdmissionNo" DataSetColumn="AdmissionNo" />
259               <Mapping SourceColumn=
"BusNo" DataSetColumn="BusNo" />
260               <Mapping SourceColumn=
"Location" DataSetColumn="Location" />
261               <Mapping SourceColumn=
"JoiningDate" DataSetColumn="JoiningDate" />
262               <Mapping SourceColumn=
"Status" DataSetColumn="Status" />
263             </Mappings>
264             <Sources />
265           </TableAdapter>
266           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="BusFeePayment_StaffTableAdapter" GeneratorDataComponentClassName="BusFeePayment_StaffTableAdapter" Name="BusFeePayment_Staff" UserDataComponentName="BusFeePayment_StaffTableAdapter">
267             <MainSource>
268               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.BusFeePayment_Staff" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
269                 <DeleteCommand>
270                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
271                     <CommandText>DELETE FROM [dbo].[BusFeePayment_Staff] WHERE (([Id] = @Original_Id) AND ([BFP_ID] = @Original_BFP_ID) AND ([PaymentID] = @Original_PaymentID) AND ([BusHolderID] = @Original_BusHolderID) AND ([Session] = @Original_Session) AND ([Installment] = @Original_Installment) AND ([TotalFee] = @Original_TotalFee) AND ([DiscountPer] = @Original_DiscountPer) AND ([DiscountAmt] = @Original_DiscountAmt) AND ([PreviousDue] = @Original_PreviousDue) AND ([Fine] = @Original_Fine) AND ([GrandTotal] = @Original_GrandTotal) AND ([TotalPaid] = @Original_TotalPaid) AND ([ModeOfPayment] = @Original_ModeOfPayment) AND ((@IsNull_PaymentModeDetails =
1 AND [PaymentModeDetails] IS NULL) OR ([PaymentModeDetails] = @Original_PaymentModeDetails)) AND ([PaymentDate] = @Original_PaymentDate) AND ([PaymentDue] = @Original_PaymentDue))</CommandText>
272                     <Parameters>
273                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
274                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BFP_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
275                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
276                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BusHolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BusHolderID" SourceColumnNullMapping="false" SourceVersion="Original" />
277                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
278                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Original" />
279                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Original" />
280                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Original" />
281                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Original" />
282                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Original" />
283                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Original" />
284                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Original" />
285                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Original" />
286                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Original" />
287                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PaymentModeDetails" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="true" SourceVersion="Original" />
288                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Original" />
289                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Original" />
290                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Original" />
291                     </Parameters>
292                   </DbCommand>
293                 </DeleteCommand>
294                 <InsertCommand>
295                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
296                     <CommandText>INSERT INTO [dbo].[BusFeePayment_Staff] ([BFP_ID], [PaymentID], [BusHolderID], [Session], [Installment], [TotalFee], [DiscountPer], [DiscountAmt], [PreviousDue], [Fine], [GrandTotal], [TotalPaid], [ModeOfPayment], [PaymentModeDetails], [PaymentDate], [PaymentDue]) VALUES (@BFP_ID, @PaymentID, @BusHolderID, @Session, @Installment, @TotalFee, @DiscountPer, @DiscountAmt, @PreviousDue, @Fine, @GrandTotal, @TotalPaid, @ModeOfPayment, @PaymentModeDetails, @PaymentDate, @PaymentDue);
297 SELECT Id, BFP_ID, PaymentID, BusHolderID, Session, Installment, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, PaymentDate, PaymentDue FROM BusFeePayment_Staff WHERE (Id = SCOPE_IDENTITY())</CommandText>
298                     <Parameters>
299                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BFP_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
300                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
301                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BusHolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BusHolderID" SourceColumnNullMapping="false" SourceVersion="Current" />
302                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
303                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Current" />
304                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Current" />
305                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Current" />
306                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Current" />
307                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Current" />
308                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Current" />
309                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Current" />
310                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Current" />
311                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Current" />
312                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Current" />
313                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Current" />
314                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Current" />
315                     </Parameters>
316                   </DbCommand>
317                 </InsertCommand>
318                 <SelectCommand>
319                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
320                     <CommandText>SELECT Id, BFP_ID, PaymentID, BusHolderID, Session, Installment, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, PaymentDate, PaymentDue FROM dbo.BusFeePayment_Staff</CommandText>
321                     <Parameters />
322                   </DbCommand>
323                 </SelectCommand>
324                 <UpdateCommand>
325                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
326                     <CommandText>UPDATE [dbo].[BusFeePayment_Staff] SET [BFP_ID] = @BFP_ID, [PaymentID] = @PaymentID, [BusHolderID] = @BusHolderID, [Session] = @Session, [Installment] = @Installment, [TotalFee] = @TotalFee, [DiscountPer] = @DiscountPer, [DiscountAmt] = @DiscountAmt, [PreviousDue] = @PreviousDue, [Fine] = @Fine, [GrandTotal] = @GrandTotal, [TotalPaid] = @TotalPaid, [ModeOfPayment] = @ModeOfPayment, [PaymentModeDetails] = @PaymentModeDetails, [PaymentDate] = @PaymentDate, [PaymentDue] = @PaymentDue WHERE (([Id] = @Original_Id) AND ([BFP_ID] = @Original_BFP_ID) AND ([PaymentID] = @Original_PaymentID) AND ([BusHolderID] = @Original_BusHolderID) AND ([Session] = @Original_Session) AND ([Installment] = @Original_Installment) AND ([TotalFee] = @Original_TotalFee) AND ([DiscountPer] = @Original_DiscountPer) AND ([DiscountAmt] = @Original_DiscountAmt) AND ([PreviousDue] = @Original_PreviousDue) AND ([Fine] = @Original_Fine) AND ([GrandTotal] = @Original_GrandTotal) AND ([TotalPaid] = @Original_TotalPaid) AND ([ModeOfPayment] = @Original_ModeOfPayment) AND ((@IsNull_PaymentModeDetails =
1 AND [PaymentModeDetails] IS NULL) OR ([PaymentModeDetails] = @Original_PaymentModeDetails)) AND ([PaymentDate] = @Original_PaymentDate) AND ([PaymentDue] = @Original_PaymentDue));
327 SELECT Id, BFP_ID, PaymentID, BusHolderID, Session, Installment, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, PaymentDate, PaymentDue FROM BusFeePayment_Staff WHERE (Id = @Id)</CommandText>
328                     <Parameters>
329                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BFP_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
330                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
331                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BusHolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BusHolderID" SourceColumnNullMapping="false" SourceVersion="Current" />
332                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
333                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Current" />
334                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Current" />
335                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Current" />
336                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Current" />
337                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Current" />
338                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Current" />
339                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Current" />
340                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Current" />
341                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Current" />
342                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Current" />
343                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Current" />
344                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Current" />
345                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
346                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BFP_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
347                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
348                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BusHolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BusHolderID" SourceColumnNullMapping="false" SourceVersion="Original" />
349                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
350                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Original" />
351                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Original" />
352                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Original" />
353                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Original" />
354                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Original" />
355                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Original" />
356                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Original" />
357                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Original" />
358                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Original" />
359                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PaymentModeDetails" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="true" SourceVersion="Original" />
360                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Original" />
361                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Original" />
362                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Original" />
363                       <Parameter AllowDbNull=
"false" AutogeneratedName="Id" ColumnName="Id" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.BusFeePayment_Staff" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
364                     </Parameters>
365                   </DbCommand>
366                 </UpdateCommand>
367               </DbSource>
368             </MainSource>
369             <Mappings>
370               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
371               <Mapping SourceColumn=
"BFP_ID" DataSetColumn="BFP_ID" />
372               <Mapping SourceColumn=
"PaymentID" DataSetColumn="PaymentID" />
373               <Mapping SourceColumn=
"BusHolderID" DataSetColumn="BusHolderID" />
374               <Mapping SourceColumn=
"Session" DataSetColumn="Session" />
375               <Mapping SourceColumn=
"Installment" DataSetColumn="Installment" />
376               <Mapping SourceColumn=
"TotalFee" DataSetColumn="TotalFee" />
377               <Mapping SourceColumn=
"DiscountPer" DataSetColumn="DiscountPer" />
378               <Mapping SourceColumn=
"DiscountAmt" DataSetColumn="DiscountAmt" />
379               <Mapping SourceColumn=
"PreviousDue" DataSetColumn="PreviousDue" />
380               <Mapping SourceColumn=
"Fine" DataSetColumn="Fine" />
381               <Mapping SourceColumn=
"GrandTotal" DataSetColumn="GrandTotal" />
382               <Mapping SourceColumn=
"TotalPaid" DataSetColumn="TotalPaid" />
383               <Mapping SourceColumn=
"ModeOfPayment" DataSetColumn="ModeOfPayment" />
384               <Mapping SourceColumn=
"PaymentModeDetails" DataSetColumn="PaymentModeDetails" />
385               <Mapping SourceColumn=
"PaymentDate" DataSetColumn="PaymentDate" />
386               <Mapping SourceColumn=
"PaymentDue" DataSetColumn="PaymentDue" />
387             </Mappings>
388             <Sources />
389           </TableAdapter>
390           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="BusFeePayment_StudentTableAdapter" GeneratorDataComponentClassName="BusFeePayment_StudentTableAdapter" Name="BusFeePayment_Student" UserDataComponentName="BusFeePayment_StudentTableAdapter">
391             <MainSource>
392               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.BusFeePayment_Student" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
393                 <DeleteCommand>
394                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
395                     <CommandText>DELETE FROM [dbo].[BusFeePayment_Student] WHERE (([Id] = @Original_Id) AND ([BFP_ID] = @Original_BFP_ID) AND ([PaymentID] = @Original_PaymentID) AND ([BusHolderID] = @Original_BusHolderID) AND ([Session] = @Original_Session) AND ([Installment] = @Original_Installment) AND ([TotalFee] = @Original_TotalFee) AND ([DiscountPer] = @Original_DiscountPer) AND ([DiscountAmt] = @Original_DiscountAmt) AND ([PreviousDue] = @Original_PreviousDue) AND ([Fine] = @Original_Fine) AND ([GrandTotal] = @Original_GrandTotal) AND ([TotalPaid] = @Original_TotalPaid) AND ([ModeOfPayment] = @Original_ModeOfPayment) AND ((@IsNull_PaymentModeDetails =
1 AND [PaymentModeDetails] IS NULL) OR ([PaymentModeDetails] = @Original_PaymentModeDetails)) AND ([PaymentDate] = @Original_PaymentDate) AND ([PaymentDue] = @Original_PaymentDue) AND ([ClassType] = @Original_ClassType) AND ([SchoolType] = @Original_SchoolType) AND ([Class] = @Original_Class) AND ([Section] = @Original_Section))</CommandText>
396                     <Parameters>
397                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
398                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BFP_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
399                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
400                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BusHolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BusHolderID" SourceColumnNullMapping="false" SourceVersion="Original" />
401                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
402                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Original" />
403                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Original" />
404                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Original" />
405                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Original" />
406                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Original" />
407                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Original" />
408                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Original" />
409                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Original" />
410                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Original" />
411                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PaymentModeDetails" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="true" SourceVersion="Original" />
412                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Original" />
413                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Original" />
414                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Original" />
415                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Original" />
416                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Original" />
417                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
418                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Original" />
419                     </Parameters>
420                   </DbCommand>
421                 </DeleteCommand>
422                 <InsertCommand>
423                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
424                     <CommandText>INSERT INTO [dbo].[BusFeePayment_Student] ([BFP_ID], [PaymentID], [BusHolderID], [Session], [Installment], [TotalFee], [DiscountPer], [DiscountAmt], [PreviousDue], [Fine], [GrandTotal], [TotalPaid], [ModeOfPayment], [PaymentModeDetails], [PaymentDate], [PaymentDue], [ClassType], [SchoolType], [Class], [Section]) VALUES (@BFP_ID, @PaymentID, @BusHolderID, @Session, @Installment, @TotalFee, @DiscountPer, @DiscountAmt, @PreviousDue, @Fine, @GrandTotal, @TotalPaid, @ModeOfPayment, @PaymentModeDetails, @PaymentDate, @PaymentDue, @ClassType, @SchoolType, @Class, @Section);
425 SELECT Id, BFP_ID, PaymentID, BusHolderID, Session, Installment, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, PaymentDate, PaymentDue, ClassType, SchoolType, Class, Section FROM BusFeePayment_Student WHERE (Id = SCOPE_IDENTITY())</CommandText>
426                     <Parameters>
427                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BFP_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
428                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
429                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BusHolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BusHolderID" SourceColumnNullMapping="false" SourceVersion="Current" />
430                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
431                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Current" />
432                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Current" />
433                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Current" />
434                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Current" />
435                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Current" />
436                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Current" />
437                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Current" />
438                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Current" />
439                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Current" />
440                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Current" />
441                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Current" />
442                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Current" />
443                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Current" />
444                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Current" />
445                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
446                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Current" />
447                     </Parameters>
448                   </DbCommand>
449                 </InsertCommand>
450                 <SelectCommand>
451                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
452                     <CommandText>SELECT Id, BFP_ID, PaymentID, BusHolderID, Session, Installment, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, PaymentDate, PaymentDue, ClassType, SchoolType, Class, Section FROM dbo.BusFeePayment_Student</CommandText>
453                     <Parameters />
454                   </DbCommand>
455                 </SelectCommand>
456                 <UpdateCommand>
457                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
458                     <CommandText>UPDATE [dbo].[BusFeePayment_Student] SET [BFP_ID] = @BFP_ID, [PaymentID] = @PaymentID, [BusHolderID] = @BusHolderID, [Session] = @Session, [Installment] = @Installment, [TotalFee] = @TotalFee, [DiscountPer] = @DiscountPer, [DiscountAmt] = @DiscountAmt, [PreviousDue] = @PreviousDue, [Fine] = @Fine, [GrandTotal] = @GrandTotal, [TotalPaid] = @TotalPaid, [ModeOfPayment] = @ModeOfPayment, [PaymentModeDetails] = @PaymentModeDetails, [PaymentDate] = @PaymentDate, [PaymentDue] = @PaymentDue, [ClassType] = @ClassType, [SchoolType] = @SchoolType, [Class] = @Class, [Section] = @Section WHERE (([Id] = @Original_Id) AND ([BFP_ID] = @Original_BFP_ID) AND ([PaymentID] = @Original_PaymentID) AND ([BusHolderID] = @Original_BusHolderID) AND ([Session] = @Original_Session) AND ([Installment] = @Original_Installment) AND ([TotalFee] = @Original_TotalFee) AND ([DiscountPer] = @Original_DiscountPer) AND ([DiscountAmt] = @Original_DiscountAmt) AND ([PreviousDue] = @Original_PreviousDue) AND ([Fine] = @Original_Fine) AND ([GrandTotal] = @Original_GrandTotal) AND ([TotalPaid] = @Original_TotalPaid) AND ([ModeOfPayment] = @Original_ModeOfPayment) AND ((@IsNull_PaymentModeDetails =
1 AND [PaymentModeDetails] IS NULL) OR ([PaymentModeDetails] = @Original_PaymentModeDetails)) AND ([PaymentDate] = @Original_PaymentDate) AND ([PaymentDue] = @Original_PaymentDue) AND ([ClassType] = @Original_ClassType) AND ([SchoolType] = @Original_SchoolType) AND ([Class] = @Original_Class) AND ([Section] = @Original_Section));
459 SELECT Id, BFP_ID, PaymentID, BusHolderID, Session, Installment, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, PaymentDate, PaymentDue, ClassType, SchoolType, Class, Section FROM BusFeePayment_Student WHERE (Id = @Id)</CommandText>
460                     <Parameters>
461                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BFP_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
462                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
463                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BusHolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BusHolderID" SourceColumnNullMapping="false" SourceVersion="Current" />
464                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
465                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Current" />
466                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Current" />
467                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Current" />
468                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Current" />
469                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Current" />
470                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Current" />
471                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Current" />
472                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Current" />
473                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Current" />
474                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Current" />
475                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Current" />
476                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Current" />
477                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Current" />
478                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Current" />
479                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
480                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Current" />
481                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
482                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BFP_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
483                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
484                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BusHolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BusHolderID" SourceColumnNullMapping="false" SourceVersion="Original" />
485                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
486                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Original" />
487                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Original" />
488                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Original" />
489                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Original" />
490                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Original" />
491                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Original" />
492                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Original" />
493                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Original" />
494                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Original" />
495                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PaymentModeDetails" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="true" SourceVersion="Original" />
496                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Original" />
497                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Original" />
498                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Original" />
499                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Original" />
500                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Original" />
501                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
502                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Original" />
503                       <Parameter AllowDbNull=
"false" AutogeneratedName="Id" ColumnName="Id" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.BusFeePayment_Student" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
504                     </Parameters>
505                   </DbCommand>
506                 </UpdateCommand>
507               </DbSource>
508             </MainSource>
509             <Mappings>
510               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
511               <Mapping SourceColumn=
"BFP_ID" DataSetColumn="BFP_ID" />
512               <Mapping SourceColumn=
"PaymentID" DataSetColumn="PaymentID" />
513               <Mapping SourceColumn=
"BusHolderID" DataSetColumn="BusHolderID" />
514               <Mapping SourceColumn=
"Session" DataSetColumn="Session" />
515               <Mapping SourceColumn=
"Installment" DataSetColumn="Installment" />
516               <Mapping SourceColumn=
"TotalFee" DataSetColumn="TotalFee" />
517               <Mapping SourceColumn=
"DiscountPer" DataSetColumn="DiscountPer" />
518               <Mapping SourceColumn=
"DiscountAmt" DataSetColumn="DiscountAmt" />
519               <Mapping SourceColumn=
"PreviousDue" DataSetColumn="PreviousDue" />
520               <Mapping SourceColumn=
"Fine" DataSetColumn="Fine" />
521               <Mapping SourceColumn=
"GrandTotal" DataSetColumn="GrandTotal" />
522               <Mapping SourceColumn=
"TotalPaid" DataSetColumn="TotalPaid" />
523               <Mapping SourceColumn=
"ModeOfPayment" DataSetColumn="ModeOfPayment" />
524               <Mapping SourceColumn=
"PaymentModeDetails" DataSetColumn="PaymentModeDetails" />
525               <Mapping SourceColumn=
"PaymentDate" DataSetColumn="PaymentDate" />
526               <Mapping SourceColumn=
"PaymentDue" DataSetColumn="PaymentDue" />
527               <Mapping SourceColumn=
"ClassType" DataSetColumn="ClassType" />
528               <Mapping SourceColumn=
"SchoolType" DataSetColumn="SchoolType" />
529               <Mapping SourceColumn=
"Class" DataSetColumn="Class" />
530               <Mapping SourceColumn=
"Section" DataSetColumn="Section" />
531             </Mappings>
532             <Sources />
533           </TableAdapter>
534           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="BusInfoTableAdapter" GeneratorDataComponentClassName="BusInfoTableAdapter" Name="BusInfo" UserDataComponentName="BusInfoTableAdapter">
535             <MainSource>
536               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.BusInfo" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
537                 <DeleteCommand>
538                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
539                     <CommandText>DELETE FROM [dbo].[BusInfo] WHERE (([BusNo] = @Original_BusNo) AND ([DriverName] = @Original_DriverName) AND ([ContactNo] = @Original_ContactNo) AND ((@IsNull_SupporterName =
1 AND [SupporterName] IS NULL) OR ([SupporterName] = @Original_SupporterName)) AND ((@IsNull_S_ContactNo = 1 AND [S_ContactNo] IS NULL) OR ([S_ContactNo] = @Original_S_ContactNo)))</CommandText>
540                     <Parameters>
541                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Original" />
542                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_DriverName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DriverName" SourceColumnNullMapping="false" SourceVersion="Original" />
543                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
544                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SupporterName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SupporterName" SourceColumnNullMapping="true" SourceVersion="Original" />
545                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SupporterName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SupporterName" SourceColumnNullMapping="false" SourceVersion="Original" />
546                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_S_ContactNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="S_ContactNo" SourceColumnNullMapping="true" SourceVersion="Original" />
547                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_S_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="S_ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
548                     </Parameters>
549                   </DbCommand>
550                 </DeleteCommand>
551                 <InsertCommand>
552                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
553                     <CommandText>INSERT INTO [dbo].[BusInfo] ([BusNo], [DriverName], [ContactNo], [SupporterName], [S_ContactNo]) VALUES (@BusNo, @DriverName, @ContactNo, @SupporterName, @S_ContactNo);
554 SELECT BusNo, DriverName, ContactNo, SupporterName, S_ContactNo FROM BusInfo WHERE (BusNo = @BusNo)</CommandText>
555                     <Parameters>
556                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Current" />
557                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@DriverName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DriverName" SourceColumnNullMapping="false" SourceVersion="Current" />
558                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
559                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SupporterName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SupporterName" SourceColumnNullMapping="false" SourceVersion="Current" />
560                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@S_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="S_ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
561                     </Parameters>
562                   </DbCommand>
563                 </InsertCommand>
564                 <SelectCommand>
565                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
566                     <CommandText>SELECT BusNo, DriverName, ContactNo, SupporterName, S_ContactNo FROM dbo.BusInfo</CommandText>
567                     <Parameters />
568                   </DbCommand>
569                 </SelectCommand>
570                 <UpdateCommand>
571                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
572                     <CommandText>UPDATE [dbo].[BusInfo] SET [BusNo] = @BusNo, [DriverName] = @DriverName, [ContactNo] = @ContactNo, [SupporterName] = @SupporterName, [S_ContactNo] = @S_ContactNo WHERE (([BusNo] = @Original_BusNo) AND ([DriverName] = @Original_DriverName) AND ([ContactNo] = @Original_ContactNo) AND ((@IsNull_SupporterName =
1 AND [SupporterName] IS NULL) OR ([SupporterName] = @Original_SupporterName)) AND ((@IsNull_S_ContactNo = 1 AND [S_ContactNo] IS NULL) OR ([S_ContactNo] = @Original_S_ContactNo)));
573 SELECT BusNo, DriverName, ContactNo, SupporterName, S_ContactNo FROM BusInfo WHERE (BusNo = @BusNo)</CommandText>
574                     <Parameters>
575                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Current" />
576                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@DriverName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DriverName" SourceColumnNullMapping="false" SourceVersion="Current" />
577                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
578                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SupporterName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SupporterName" SourceColumnNullMapping="false" SourceVersion="Current" />
579                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@S_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="S_ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
580                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_BusNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="BusNo" SourceColumnNullMapping="false" SourceVersion="Original" />
581                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_DriverName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DriverName" SourceColumnNullMapping="false" SourceVersion="Original" />
582                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
583                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SupporterName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SupporterName" SourceColumnNullMapping="true" SourceVersion="Original" />
584                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SupporterName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SupporterName" SourceColumnNullMapping="false" SourceVersion="Original" />
585                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_S_ContactNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="S_ContactNo" SourceColumnNullMapping="true" SourceVersion="Original" />
586                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_S_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="S_ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
587                     </Parameters>
588                   </DbCommand>
589                 </UpdateCommand>
590               </DbSource>
591             </MainSource>
592             <Mappings>
593               <Mapping SourceColumn=
"BusNo" DataSetColumn="BusNo" />
594               <Mapping SourceColumn=
"DriverName" DataSetColumn="DriverName" />
595               <Mapping SourceColumn=
"ContactNo" DataSetColumn="ContactNo" />
596               <Mapping SourceColumn=
"SupporterName" DataSetColumn="SupporterName" />
597               <Mapping SourceColumn=
"S_ContactNo" DataSetColumn="S_ContactNo" />
598             </Mappings>
599             <Sources />
600           </TableAdapter>
601           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Cards_StaffTableAdapter" GeneratorDataComponentClassName="Cards_StaffTableAdapter" Name="Cards_Staff" UserDataComponentName="Cards_StaffTableAdapter">
602             <MainSource>
603               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Cards_Staff" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
604                 <DeleteCommand>
605                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
606                     <CommandText>DELETE FROM [dbo].[Cards_Staff] WHERE (([StaffID] = @Original_StaffID) AND ((@IsNull_Status =
1 AND [Status] IS NULL) OR ([Status] = @Original_Status)))</CommandText>
607                     <Parameters>
608                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
609                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="true" SourceVersion="Original" />
610                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
611                     </Parameters>
612                   </DbCommand>
613                 </DeleteCommand>
614                 <InsertCommand>
615                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
616                     <CommandText>INSERT INTO [dbo].[Cards_Staff] ([StaffID], [Status]) VALUES (@StaffID, @Status);
617 SELECT StaffID, Status FROM Cards_Staff WHERE (StaffID = @StaffID)</CommandText>
618                     <Parameters>
619                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
620                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
621                     </Parameters>
622                   </DbCommand>
623                 </InsertCommand>
624                 <SelectCommand>
625                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
626                     <CommandText>SELECT StaffID, Status FROM dbo.Cards_Staff</CommandText>
627                     <Parameters />
628                   </DbCommand>
629                 </SelectCommand>
630                 <UpdateCommand>
631                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
632                     <CommandText>UPDATE [dbo].[Cards_Staff] SET [StaffID] = @StaffID, [Status] = @Status WHERE (([StaffID] = @Original_StaffID) AND ((@IsNull_Status =
1 AND [Status] IS NULL) OR ([Status] = @Original_Status)));
633 SELECT StaffID, Status FROM Cards_Staff WHERE (StaffID = @StaffID)</CommandText>
634                     <Parameters>
635                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
636                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
637                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
638                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="true" SourceVersion="Original" />
639                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
640                     </Parameters>
641                   </DbCommand>
642                 </UpdateCommand>
643               </DbSource>
644             </MainSource>
645             <Mappings>
646               <Mapping SourceColumn=
"StaffID" DataSetColumn="StaffID" />
647               <Mapping SourceColumn=
"Status" DataSetColumn="Status" />
648             </Mappings>
649             <Sources />
650           </TableAdapter>
651           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Cards_StudentTableAdapter" GeneratorDataComponentClassName="Cards_StudentTableAdapter" Name="Cards_Student" UserDataComponentName="Cards_StudentTableAdapter">
652             <MainSource>
653               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Cards_Student" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
654                 <DeleteCommand>
655                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
656                     <CommandText>DELETE FROM [dbo].[Cards_Student] WHERE (([AdmissionNo] = @Original_AdmissionNo) AND ((@IsNull_Status =
1 AND [Status] IS NULL) OR ([Status] = @Original_Status)))</CommandText>
657                     <Parameters>
658                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
659                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="true" SourceVersion="Original" />
660                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
661                     </Parameters>
662                   </DbCommand>
663                 </DeleteCommand>
664                 <InsertCommand>
665                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
666                     <CommandText>INSERT INTO [dbo].[Cards_Student] ([AdmissionNo], [Status]) VALUES (@AdmissionNo, @Status);
667 SELECT AdmissionNo, Status FROM Cards_Student WHERE (AdmissionNo = @AdmissionNo)</CommandText>
668                     <Parameters>
669                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
670                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
671                     </Parameters>
672                   </DbCommand>
673                 </InsertCommand>
674                 <SelectCommand>
675                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
676                     <CommandText>SELECT AdmissionNo, Status FROM dbo.Cards_Student</CommandText>
677                     <Parameters />
678                   </DbCommand>
679                 </SelectCommand>
680                 <UpdateCommand>
681                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
682                     <CommandText>UPDATE [dbo].[Cards_Student] SET [AdmissionNo] = @AdmissionNo, [Status] = @Status WHERE (([AdmissionNo] = @Original_AdmissionNo) AND ((@IsNull_Status =
1 AND [Status] IS NULL) OR ([Status] = @Original_Status)));
683 SELECT AdmissionNo, Status FROM Cards_Student WHERE (AdmissionNo = @AdmissionNo)</CommandText>
684                     <Parameters>
685                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
686                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
687                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
688                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="true" SourceVersion="Original" />
689                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
690                     </Parameters>
691                   </DbCommand>
692                 </UpdateCommand>
693               </DbSource>
694             </MainSource>
695             <Mappings>
696               <Mapping SourceColumn=
"AdmissionNo" DataSetColumn="AdmissionNo" />
697               <Mapping SourceColumn=
"Status" DataSetColumn="Status" />
698             </Mappings>
699             <Sources />
700           </TableAdapter>
701           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ClassTableAdapter" GeneratorDataComponentClassName="ClassTableAdapter" Name="Class" UserDataComponentName="ClassTableAdapter">
702             <MainSource>
703               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Class" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
704                 <DeleteCommand>
705                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
706                     <CommandText>DELETE FROM [dbo].[Class] WHERE (([ClassName] = @Original_ClassName) AND ([ClassType] = @Original_ClassType))</CommandText>
707                     <Parameters>
708                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassName" SourceColumnNullMapping="false" SourceVersion="Original" />
709                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Original" />
710                     </Parameters>
711                   </DbCommand>
712                 </DeleteCommand>
713                 <InsertCommand>
714                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
715                     <CommandText>INSERT INTO [dbo].[Class] ([ClassName], [ClassType]) VALUES (@ClassName, @ClassType);
716 SELECT ClassName, ClassType FROM Class WHERE (ClassName = @ClassName)</CommandText>
717                     <Parameters>
718                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassName" SourceColumnNullMapping="false" SourceVersion="Current" />
719                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Current" />
720                     </Parameters>
721                   </DbCommand>
722                 </InsertCommand>
723                 <SelectCommand>
724                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
725                     <CommandText>SELECT ClassName, ClassType FROM dbo.Class</CommandText>
726                     <Parameters />
727                   </DbCommand>
728                 </SelectCommand>
729                 <UpdateCommand>
730                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
731                     <CommandText>UPDATE [dbo].[Class] SET [ClassName] = @ClassName, [ClassType] = @ClassType WHERE (([ClassName] = @Original_ClassName) AND ([ClassType] = @Original_ClassType));
732 SELECT ClassName, ClassType FROM Class WHERE (ClassName = @ClassName)</CommandText>
733                     <Parameters>
734                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassName" SourceColumnNullMapping="false" SourceVersion="Current" />
735                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Current" />
736                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassName" SourceColumnNullMapping="false" SourceVersion="Original" />
737                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Original" />
738                     </Parameters>
739                   </DbCommand>
740                 </UpdateCommand>
741               </DbSource>
742             </MainSource>
743             <Mappings>
744               <Mapping SourceColumn=
"ClassName" DataSetColumn="ClassName" />
745               <Mapping SourceColumn=
"ClassType" DataSetColumn="ClassType" />
746             </Mappings>
747             <Sources />
748           </TableAdapter>
749           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ClassTypeTableAdapter" GeneratorDataComponentClassName="ClassTypeTableAdapter" Name="ClassType" UserDataComponentName="ClassTypeTableAdapter">
750             <MainSource>
751               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.ClassType" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
752                 <DeleteCommand>
753                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
754                     <CommandText>DELETE FROM [dbo].[ClassType] WHERE (([Type] = @Original_Type))</CommandText>
755                     <Parameters>
756                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Type" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Original" />
757                     </Parameters>
758                   </DbCommand>
759                 </DeleteCommand>
760                 <InsertCommand>
761                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
762                     <CommandText>INSERT INTO [dbo].[ClassType] ([Type]) VALUES (@Type);
763 SELECT Type FROM ClassType WHERE (Type = @Type)</CommandText>
764                     <Parameters>
765                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Type" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Current" />
766                     </Parameters>
767                   </DbCommand>
768                 </InsertCommand>
769                 <SelectCommand>
770                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
771                     <CommandText>SELECT Type FROM dbo.ClassType</CommandText>
772                     <Parameters />
773                   </DbCommand>
774                 </SelectCommand>
775                 <UpdateCommand>
776                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
777                     <CommandText>UPDATE [dbo].[ClassType] SET [Type] = @Type WHERE (([Type] = @Original_Type));
778 SELECT Type FROM ClassType WHERE (Type = @Type)</CommandText>
779                     <Parameters>
780                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Type" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Current" />
781                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Type" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Original" />
782                     </Parameters>
783                   </DbCommand>
784                 </UpdateCommand>
785               </DbSource>
786             </MainSource>
787             <Mappings>
788               <Mapping SourceColumn=
"Type" DataSetColumn="Type" />
789             </Mappings>
790             <Sources />
791           </TableAdapter>
792           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="CourseFeeTableAdapter" GeneratorDataComponentClassName="CourseFeeTableAdapter" Name="CourseFee" UserDataComponentName="CourseFeeTableAdapter">
793             <MainSource>
794               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.CourseFee" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
795                 <DeleteCommand>
796                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
797                     <CommandText>DELETE FROM [dbo].[CourseFee] WHERE (([C_ID] = @Original_C_ID) AND ([SchoolID] = @Original_SchoolID) AND ([Class] = @Original_Class) AND ([FeeName] = @Original_FeeName) AND ([Semester] = @Original_Semester) AND ([Fee] = @Original_Fee))</CommandText>
798                     <Parameters>
799                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_C_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="C_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
800                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Original" />
801                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
802                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_FeeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FeeName" SourceColumnNullMapping="false" SourceVersion="Original" />
803                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Semester" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Semester" SourceColumnNullMapping="false" SourceVersion="Original" />
804                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fee" SourceColumnNullMapping="false" SourceVersion="Original" />
805                     </Parameters>
806                   </DbCommand>
807                 </DeleteCommand>
808                 <InsertCommand>
809                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
810                     <CommandText>INSERT INTO [dbo].[CourseFee] ([C_ID], [SchoolID], [Class], [FeeName], [Semester], [Fee]) VALUES (@C_ID, @SchoolID, @Class, @FeeName, @Semester, @Fee);
811 SELECT C_ID, SchoolID, Class, FeeName, Semester, Fee FROM CourseFee WHERE (C_ID = @C_ID)</CommandText>
812                     <Parameters>
813                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@C_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="C_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
814                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Current" />
815                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
816                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@FeeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FeeName" SourceColumnNullMapping="false" SourceVersion="Current" />
817                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Semester" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Semester" SourceColumnNullMapping="false" SourceVersion="Current" />
818                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fee" SourceColumnNullMapping="false" SourceVersion="Current" />
819                     </Parameters>
820                   </DbCommand>
821                 </InsertCommand>
822                 <SelectCommand>
823                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
824                     <CommandText>SELECT C_ID, SchoolID, Class, FeeName, Semester, Fee FROM dbo.CourseFee</CommandText>
825                     <Parameters />
826                   </DbCommand>
827                 </SelectCommand>
828                 <UpdateCommand>
829                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
830                     <CommandText>UPDATE [dbo].[CourseFee] SET [C_ID] = @C_ID, [SchoolID] = @SchoolID, [Class] = @Class, [FeeName] = @FeeName, [Semester] = @Semester, [Fee] = @Fee WHERE (([C_ID] = @Original_C_ID) AND ([SchoolID] = @Original_SchoolID) AND ([Class] = @Original_Class) AND ([FeeName] = @Original_FeeName) AND ([Semester] = @Original_Semester) AND ([Fee] = @Original_Fee));
831 SELECT C_ID, SchoolID, Class, FeeName, Semester, Fee FROM CourseFee WHERE (C_ID = @C_ID)</CommandText>
832                     <Parameters>
833                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@C_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="C_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
834                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Current" />
835                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
836                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@FeeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FeeName" SourceColumnNullMapping="false" SourceVersion="Current" />
837                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Semester" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Semester" SourceColumnNullMapping="false" SourceVersion="Current" />
838                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fee" SourceColumnNullMapping="false" SourceVersion="Current" />
839                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_C_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="C_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
840                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Original" />
841                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
842                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_FeeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FeeName" SourceColumnNullMapping="false" SourceVersion="Original" />
843                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Semester" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Semester" SourceColumnNullMapping="false" SourceVersion="Original" />
844                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fee" SourceColumnNullMapping="false" SourceVersion="Original" />
845                     </Parameters>
846                   </DbCommand>
847                 </UpdateCommand>
848               </DbSource>
849             </MainSource>
850             <Mappings>
851               <Mapping SourceColumn=
"C_ID" DataSetColumn="C_ID" />
852               <Mapping SourceColumn=
"SchoolID" DataSetColumn="SchoolID" />
853               <Mapping SourceColumn=
"Class" DataSetColumn="Class" />
854               <Mapping SourceColumn=
"FeeName" DataSetColumn="FeeName" />
855               <Mapping SourceColumn=
"Semester" DataSetColumn="Semester" />
856               <Mapping SourceColumn=
"Fee" DataSetColumn="Fee" />
857             </Mappings>
858             <Sources />
859           </TableAdapter>
860           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="CourseFeePaymentTableAdapter" GeneratorDataComponentClassName="CourseFeePaymentTableAdapter" Name="CourseFeePayment" UserDataComponentName="CourseFeePaymentTableAdapter">
861             <MainSource>
862               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.CourseFeePayment" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
863                 <DeleteCommand>
864                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
865                     <CommandText>DELETE FROM [dbo].[CourseFeePayment] WHERE (([Id] = @Original_Id) AND ([CFP_ID] = @Original_CFP_ID) AND ([PaymentID] = @Original_PaymentID) AND ([AdmissionNo] = @Original_AdmissionNo) AND ([Session] = @Original_Session) AND ([Semester] = @Original_Semester) AND ([TotalFee] = @Original_TotalFee) AND ([DiscountPer] = @Original_DiscountPer) AND ([DiscountAmt] = @Original_DiscountAmt) AND ([PreviousDue] = @Original_PreviousDue) AND ([Fine] = @Original_Fine) AND ([GrandTotal] = @Original_GrandTotal) AND ([TotalPaid] = @Original_TotalPaid) AND ([ModeOfPayment] = @Original_ModeOfPayment) AND ((@IsNull_PaymentModeDetails =
1 AND [PaymentModeDetails] IS NULL) OR ([PaymentModeDetails] = @Original_PaymentModeDetails)) AND ([PaymentDate] = @Original_PaymentDate) AND ([PaymentDue] = @Original_PaymentDue) AND ([ClassType] = @Original_ClassType) AND ([SchoolType] = @Original_SchoolType) AND ([Class] = @Original_Class) AND ([Section] = @Original_Section))</CommandText>
866                     <Parameters>
867                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
868                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CFP_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
869                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
870                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
871                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
872                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Semester" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Semester" SourceColumnNullMapping="false" SourceVersion="Original" />
873                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Original" />
874                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Original" />
875                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Original" />
876                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Original" />
877                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Original" />
878                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Original" />
879                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Original" />
880                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Original" />
881                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PaymentModeDetails" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="true" SourceVersion="Original" />
882                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Original" />
883                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Original" />
884                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Original" />
885                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Original" />
886                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Original" />
887                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
888                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Original" />
889                     </Parameters>
890                   </DbCommand>
891                 </DeleteCommand>
892                 <InsertCommand>
893                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
894                     <CommandText>INSERT INTO [dbo].[CourseFeePayment] ([CFP_ID], [PaymentID], [AdmissionNo], [Session], [Semester], [TotalFee], [DiscountPer], [DiscountAmt], [PreviousDue], [Fine], [GrandTotal], [TotalPaid], [ModeOfPayment], [PaymentModeDetails], [PaymentDate], [PaymentDue], [ClassType], [SchoolType], [Class], [Section]) VALUES (@CFP_ID, @PaymentID, @AdmissionNo, @Session, @Semester, @TotalFee, @DiscountPer, @DiscountAmt, @PreviousDue, @Fine, @GrandTotal, @TotalPaid, @ModeOfPayment, @PaymentModeDetails, @PaymentDate, @PaymentDue, @ClassType, @SchoolType, @Class, @Section);
895 SELECT Id, CFP_ID, PaymentID, AdmissionNo, Session, Semester, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, PaymentDate, PaymentDue, ClassType, SchoolType, Class, Section FROM CourseFeePayment WHERE (Id = SCOPE_IDENTITY())</CommandText>
896                     <Parameters>
897                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@CFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CFP_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
898                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
899                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
900                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
901                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Semester" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Semester" SourceColumnNullMapping="false" SourceVersion="Current" />
902                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Current" />
903                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Current" />
904                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Current" />
905                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Current" />
906                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Current" />
907                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Current" />
908                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Current" />
909                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Current" />
910                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Current" />
911                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Current" />
912                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Current" />
913                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Current" />
914                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Current" />
915                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
916                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Current" />
917                     </Parameters>
918                   </DbCommand>
919                 </InsertCommand>
920                 <SelectCommand>
921                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
922                     <CommandText>SELECT Id, CFP_ID, PaymentID, AdmissionNo, Session, Semester, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, PaymentDate, PaymentDue, ClassType, SchoolType, Class, Section FROM dbo.CourseFeePayment</CommandText>
923                     <Parameters />
924                   </DbCommand>
925                 </SelectCommand>
926                 <UpdateCommand>
927                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
928                     <CommandText>UPDATE [dbo].[CourseFeePayment] SET [CFP_ID] = @CFP_ID, [PaymentID] = @PaymentID, [AdmissionNo] = @AdmissionNo, [Session] = @Session, [Semester] = @Semester, [TotalFee] = @TotalFee, [DiscountPer] = @DiscountPer, [DiscountAmt] = @DiscountAmt, [PreviousDue] = @PreviousDue, [Fine] = @Fine, [GrandTotal] = @GrandTotal, [TotalPaid] = @TotalPaid, [ModeOfPayment] = @ModeOfPayment, [PaymentModeDetails] = @PaymentModeDetails, [PaymentDate] = @PaymentDate, [PaymentDue] = @PaymentDue, [ClassType] = @ClassType, [SchoolType] = @SchoolType, [Class] = @Class, [Section] = @Section WHERE (([Id] = @Original_Id) AND ([CFP_ID] = @Original_CFP_ID) AND ([PaymentID] = @Original_PaymentID) AND ([AdmissionNo] = @Original_AdmissionNo) AND ([Session] = @Original_Session) AND ([Semester] = @Original_Semester) AND ([TotalFee] = @Original_TotalFee) AND ([DiscountPer] = @Original_DiscountPer) AND ([DiscountAmt] = @Original_DiscountAmt) AND ([PreviousDue] = @Original_PreviousDue) AND ([Fine] = @Original_Fine) AND ([GrandTotal] = @Original_GrandTotal) AND ([TotalPaid] = @Original_TotalPaid) AND ([ModeOfPayment] = @Original_ModeOfPayment) AND ((@IsNull_PaymentModeDetails =
1 AND [PaymentModeDetails] IS NULL) OR ([PaymentModeDetails] = @Original_PaymentModeDetails)) AND ([PaymentDate] = @Original_PaymentDate) AND ([PaymentDue] = @Original_PaymentDue) AND ([ClassType] = @Original_ClassType) AND ([SchoolType] = @Original_SchoolType) AND ([Class] = @Original_Class) AND ([Section] = @Original_Section));
929 SELECT Id, CFP_ID, PaymentID, AdmissionNo, Session, Semester, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, PaymentDate, PaymentDue, ClassType, SchoolType, Class, Section FROM CourseFeePayment WHERE (Id = @Id)</CommandText>
930                     <Parameters>
931                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@CFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CFP_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
932                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
933                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
934                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
935                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Semester" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Semester" SourceColumnNullMapping="false" SourceVersion="Current" />
936                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Current" />
937                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Current" />
938                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Current" />
939                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Current" />
940                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Current" />
941                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Current" />
942                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Current" />
943                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Current" />
944                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Current" />
945                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Current" />
946                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Current" />
947                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Current" />
948                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Current" />
949                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
950                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Current" />
951                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
952                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CFP_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CFP_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
953                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
954                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
955                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
956                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Semester" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Semester" SourceColumnNullMapping="false" SourceVersion="Original" />
957                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Original" />
958                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Original" />
959                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Original" />
960                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Original" />
961                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Original" />
962                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Original" />
963                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Original" />
964                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Original" />
965                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PaymentModeDetails" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="true" SourceVersion="Original" />
966                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Original" />
967                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Original" />
968                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Original" />
969                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Original" />
970                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Original" />
971                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
972                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Original" />
973                       <Parameter AllowDbNull=
"false" AutogeneratedName="Id" ColumnName="Id" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.CourseFeePayment" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
974                     </Parameters>
975                   </DbCommand>
976                 </UpdateCommand>
977               </DbSource>
978             </MainSource>
979             <Mappings>
980               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
981               <Mapping SourceColumn=
"CFP_ID" DataSetColumn="CFP_ID" />
982               <Mapping SourceColumn=
"PaymentID" DataSetColumn="PaymentID" />
983               <Mapping SourceColumn=
"AdmissionNo" DataSetColumn="AdmissionNo" />
984               <Mapping SourceColumn=
"Session" DataSetColumn="Session" />
985               <Mapping SourceColumn=
"Semester" DataSetColumn="Semester" />
986               <Mapping SourceColumn=
"TotalFee" DataSetColumn="TotalFee" />
987               <Mapping SourceColumn=
"DiscountPer" DataSetColumn="DiscountPer" />
988               <Mapping SourceColumn=
"DiscountAmt" DataSetColumn="DiscountAmt" />
989               <Mapping SourceColumn=
"PreviousDue" DataSetColumn="PreviousDue" />
990               <Mapping SourceColumn=
"Fine" DataSetColumn="Fine" />
991               <Mapping SourceColumn=
"GrandTotal" DataSetColumn="GrandTotal" />
992               <Mapping SourceColumn=
"TotalPaid" DataSetColumn="TotalPaid" />
993               <Mapping SourceColumn=
"ModeOfPayment" DataSetColumn="ModeOfPayment" />
994               <Mapping SourceColumn=
"PaymentModeDetails" DataSetColumn="PaymentModeDetails" />
995               <Mapping SourceColumn=
"PaymentDate" DataSetColumn="PaymentDate" />
996               <Mapping SourceColumn=
"PaymentDue" DataSetColumn="PaymentDue" />
997               <Mapping SourceColumn=
"ClassType" DataSetColumn="ClassType" />
998               <Mapping SourceColumn=
"SchoolType" DataSetColumn="SchoolType" />
999               <Mapping SourceColumn=
"Class" DataSetColumn="Class" />
1000               <Mapping SourceColumn=
"Section" DataSetColumn="Section" />
1001             </Mappings>
1002             <Sources />
1003           </TableAdapter>
1004           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="CourseFeePayment_JoinTableAdapter" GeneratorDataComponentClassName="CourseFeePayment_JoinTableAdapter" Name="CourseFeePayment_Join" UserDataComponentName="CourseFeePayment_JoinTableAdapter">
1005             <MainSource>
1006               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.CourseFeePayment_Join" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1007                 <DeleteCommand>
1008                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1009                     <CommandText>DELETE FROM [dbo].[CourseFeePayment_Join] WHERE (([CFPJ_Id] = @Original_CFPJ_Id) AND ([C_PaymentID] = @Original_C_PaymentID) AND ([FeeName] = @Original_FeeName) AND ([Fee] = @Original_Fee))</CommandText>
1010                     <Parameters>
1011                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CFPJ_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CFPJ_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1012                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_C_PaymentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="C_PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
1013                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_FeeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FeeName" SourceColumnNullMapping="false" SourceVersion="Original" />
1014                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fee" SourceColumnNullMapping="false" SourceVersion="Original" />
1015                     </Parameters>
1016                   </DbCommand>
1017                 </DeleteCommand>
1018                 <InsertCommand>
1019                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1020                     <CommandText>INSERT INTO [dbo].[CourseFeePayment_Join] ([C_PaymentID], [FeeName], [Fee]) VALUES (@C_PaymentID, @FeeName, @Fee);
1021 SELECT CFPJ_Id, C_PaymentID, FeeName, Fee FROM CourseFeePayment_Join WHERE (CFPJ_Id = SCOPE_IDENTITY())</CommandText>
1022                     <Parameters>
1023                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@C_PaymentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="C_PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
1024                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@FeeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FeeName" SourceColumnNullMapping="false" SourceVersion="Current" />
1025                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fee" SourceColumnNullMapping="false" SourceVersion="Current" />
1026                     </Parameters>
1027                   </DbCommand>
1028                 </InsertCommand>
1029                 <SelectCommand>
1030                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1031                     <CommandText>SELECT CFPJ_Id, C_PaymentID, FeeName, Fee FROM dbo.CourseFeePayment_Join</CommandText>
1032                     <Parameters />
1033                   </DbCommand>
1034                 </SelectCommand>
1035                 <UpdateCommand>
1036                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1037                     <CommandText>UPDATE [dbo].[CourseFeePayment_Join] SET [C_PaymentID] = @C_PaymentID, [FeeName] = @FeeName, [Fee] = @Fee WHERE (([CFPJ_Id] = @Original_CFPJ_Id) AND ([C_PaymentID] = @Original_C_PaymentID) AND ([FeeName] = @Original_FeeName) AND ([Fee] = @Original_Fee));
1038 SELECT CFPJ_Id, C_PaymentID, FeeName, Fee FROM CourseFeePayment_Join WHERE (CFPJ_Id = @CFPJ_Id)</CommandText>
1039                     <Parameters>
1040                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@C_PaymentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="C_PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
1041                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@FeeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FeeName" SourceColumnNullMapping="false" SourceVersion="Current" />
1042                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fee" SourceColumnNullMapping="false" SourceVersion="Current" />
1043                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CFPJ_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CFPJ_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1044                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_C_PaymentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="C_PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
1045                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_FeeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FeeName" SourceColumnNullMapping="false" SourceVersion="Original" />
1046                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fee" SourceColumnNullMapping="false" SourceVersion="Original" />
1047                       <Parameter AllowDbNull=
"false" AutogeneratedName="CFPJ_Id" ColumnName="CFPJ_Id" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.CourseFeePayment_Join" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CFPJ_Id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="CFPJ_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1048                     </Parameters>
1049                   </DbCommand>
1050                 </UpdateCommand>
1051               </DbSource>
1052             </MainSource>
1053             <Mappings>
1054               <Mapping SourceColumn=
"CFPJ_Id" DataSetColumn="CFPJ_Id" />
1055               <Mapping SourceColumn=
"C_PaymentID" DataSetColumn="C_PaymentID" />
1056               <Mapping SourceColumn=
"FeeName" DataSetColumn="FeeName" />
1057               <Mapping SourceColumn=
"Fee" DataSetColumn="Fee" />
1058             </Mappings>
1059             <Sources />
1060           </TableAdapter>
1061           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DepartmentTableAdapter" GeneratorDataComponentClassName="DepartmentTableAdapter" Name="Department" UserDataComponentName="DepartmentTableAdapter">
1062             <MainSource>
1063               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Department" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1064                 <DeleteCommand>
1065                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1066                     <CommandText>DELETE FROM [dbo].[Department] WHERE (([id] = @Original_id) AND ([DepartmentName] = @Original_DepartmentName))</CommandText>
1067                     <Parameters>
1068                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
1069                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_DepartmentName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DepartmentName" SourceColumnNullMapping="false" SourceVersion="Original" />
1070                     </Parameters>
1071                   </DbCommand>
1072                 </DeleteCommand>
1073                 <InsertCommand>
1074                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1075                     <CommandText>INSERT INTO [dbo].[Department] ([id], [DepartmentName]) VALUES (@id, @DepartmentName);
1076 SELECT id, DepartmentName FROM Department WHERE (id = @id)</CommandText>
1077                     <Parameters>
1078                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
1079                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@DepartmentName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DepartmentName" SourceColumnNullMapping="false" SourceVersion="Current" />
1080                     </Parameters>
1081                   </DbCommand>
1082                 </InsertCommand>
1083                 <SelectCommand>
1084                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1085                     <CommandText>SELECT id, DepartmentName FROM dbo.Department</CommandText>
1086                     <Parameters />
1087                   </DbCommand>
1088                 </SelectCommand>
1089                 <UpdateCommand>
1090                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1091                     <CommandText>UPDATE [dbo].[Department] SET [id] = @id, [DepartmentName] = @DepartmentName WHERE (([id] = @Original_id) AND ([DepartmentName] = @Original_DepartmentName));
1092 SELECT id, DepartmentName FROM Department WHERE (id = @id)</CommandText>
1093                     <Parameters>
1094                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
1095                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@DepartmentName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DepartmentName" SourceColumnNullMapping="false" SourceVersion="Current" />
1096                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
1097                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_DepartmentName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DepartmentName" SourceColumnNullMapping="false" SourceVersion="Original" />
1098                     </Parameters>
1099                   </DbCommand>
1100                 </UpdateCommand>
1101               </DbSource>
1102             </MainSource>
1103             <Mappings>
1104               <Mapping SourceColumn=
"id" DataSetColumn="id" />
1105               <Mapping SourceColumn=
"DepartmentName" DataSetColumn="DepartmentName" />
1106             </Mappings>
1107             <Sources />
1108           </TableAdapter>
1109           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DesignationTableAdapter" GeneratorDataComponentClassName="DesignationTableAdapter" Name="Designation" UserDataComponentName="DesignationTableAdapter">
1110             <MainSource>
1111               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Designation" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1112                 <DeleteCommand>
1113                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1114                     <CommandText>DELETE FROM [dbo].[Designation] WHERE (([Designation] = @Original_Designation))</CommandText>
1115                     <Parameters>
1116                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Designation" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Designation" SourceColumnNullMapping="false" SourceVersion="Original" />
1117                     </Parameters>
1118                   </DbCommand>
1119                 </DeleteCommand>
1120                 <InsertCommand>
1121                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1122                     <CommandText>INSERT INTO [dbo].[Designation] ([Designation]) VALUES (@Designation);
1123 SELECT Designation FROM Designation WHERE (Designation = @Designation)</CommandText>
1124                     <Parameters>
1125                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Designation" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Designation" SourceColumnNullMapping="false" SourceVersion="Current" />
1126                     </Parameters>
1127                   </DbCommand>
1128                 </InsertCommand>
1129                 <SelectCommand>
1130                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1131                     <CommandText>SELECT Designation FROM dbo.Designation</CommandText>
1132                     <Parameters />
1133                   </DbCommand>
1134                 </SelectCommand>
1135                 <UpdateCommand>
1136                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1137                     <CommandText>UPDATE [dbo].[Designation] SET [Designation] = @Designation WHERE (([Designation] = @Original_Designation));
1138 SELECT Designation FROM Designation WHERE (Designation = @Designation)</CommandText>
1139                     <Parameters>
1140                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Designation" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Designation" SourceColumnNullMapping="false" SourceVersion="Current" />
1141                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Designation" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Designation" SourceColumnNullMapping="false" SourceVersion="Original" />
1142                     </Parameters>
1143                   </DbCommand>
1144                 </UpdateCommand>
1145               </DbSource>
1146             </MainSource>
1147             <Mappings>
1148               <Mapping SourceColumn=
"Designation" DataSetColumn="Designation" />
1149             </Mappings>
1150             <Sources />
1151           </TableAdapter>
1152           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DiscountTableAdapter" GeneratorDataComponentClassName="DiscountTableAdapter" Name="Discount" UserDataComponentName="DiscountTableAdapter">
1153             <MainSource>
1154               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Discount" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1155                 <DeleteCommand>
1156                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1157                     <CommandText>DELETE FROM [dbo].[Discount] WHERE (([Id] = @Original_Id) AND ([AdmissionNo] = @Original_AdmissionNo) AND ([Feetype] = @Original_Feetype) AND ([Discount] = @Original_Discount))</CommandText>
1158                     <Parameters>
1159                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1160                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
1161                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Feetype" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Feetype" SourceColumnNullMapping="false" SourceVersion="Original" />
1162                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Discount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Discount" SourceColumnNullMapping="false" SourceVersion="Original" />
1163                     </Parameters>
1164                   </DbCommand>
1165                 </DeleteCommand>
1166                 <InsertCommand>
1167                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1168                     <CommandText>INSERT INTO [dbo].[Discount] ([AdmissionNo], [Feetype], [Discount]) VALUES (@AdmissionNo, @Feetype, @Discount);
1169 SELECT Id, AdmissionNo, Feetype, Discount FROM Discount WHERE (Id = SCOPE_IDENTITY())</CommandText>
1170                     <Parameters>
1171                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
1172                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Feetype" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Feetype" SourceColumnNullMapping="false" SourceVersion="Current" />
1173                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Discount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Discount" SourceColumnNullMapping="false" SourceVersion="Current" />
1174                     </Parameters>
1175                   </DbCommand>
1176                 </InsertCommand>
1177                 <SelectCommand>
1178                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1179                     <CommandText>SELECT Id, AdmissionNo, Feetype, Discount FROM dbo.Discount</CommandText>
1180                     <Parameters />
1181                   </DbCommand>
1182                 </SelectCommand>
1183                 <UpdateCommand>
1184                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1185                     <CommandText>UPDATE [dbo].[Discount] SET [AdmissionNo] = @AdmissionNo, [Feetype] = @Feetype, [Discount] = @Discount WHERE (([Id] = @Original_Id) AND ([AdmissionNo] = @Original_AdmissionNo) AND ([Feetype] = @Original_Feetype) AND ([Discount] = @Original_Discount));
1186 SELECT Id, AdmissionNo, Feetype, Discount FROM Discount WHERE (Id = @Id)</CommandText>
1187                     <Parameters>
1188                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
1189                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Feetype" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Feetype" SourceColumnNullMapping="false" SourceVersion="Current" />
1190                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Discount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Discount" SourceColumnNullMapping="false" SourceVersion="Current" />
1191                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1192                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
1193                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Feetype" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Feetype" SourceColumnNullMapping="false" SourceVersion="Original" />
1194                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Discount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Discount" SourceColumnNullMapping="false" SourceVersion="Original" />
1195                       <Parameter AllowDbNull=
"false" AutogeneratedName="Id" ColumnName="Id" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.Discount" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1196                     </Parameters>
1197                   </DbCommand>
1198                 </UpdateCommand>
1199               </DbSource>
1200             </MainSource>
1201             <Mappings>
1202               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
1203               <Mapping SourceColumn=
"AdmissionNo" DataSetColumn="AdmissionNo" />
1204               <Mapping SourceColumn=
"Feetype" DataSetColumn="Feetype" />
1205               <Mapping SourceColumn=
"Discount" DataSetColumn="Discount" />
1206             </Mappings>
1207             <Sources />
1208           </TableAdapter>
1209           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Discount_StaffTableAdapter" GeneratorDataComponentClassName="Discount_StaffTableAdapter" Name="Discount_Staff" UserDataComponentName="Discount_StaffTableAdapter">
1210             <MainSource>
1211               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Discount_Staff" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1212                 <DeleteCommand>
1213                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1214                     <CommandText>DELETE FROM [dbo].[Discount_Staff] WHERE (([Id] = @Original_Id) AND ([StaffID] = @Original_StaffID) AND ([Discount] = @Original_Discount))</CommandText>
1215                     <Parameters>
1216                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1217                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
1218                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Discount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Discount" SourceColumnNullMapping="false" SourceVersion="Original" />
1219                     </Parameters>
1220                   </DbCommand>
1221                 </DeleteCommand>
1222                 <InsertCommand>
1223                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1224                     <CommandText>INSERT INTO [dbo].[Discount_Staff] ([StaffID], [Discount]) VALUES (@StaffID, @Discount);
1225 SELECT Id, StaffID, Discount FROM Discount_Staff WHERE (Id = SCOPE_IDENTITY())</CommandText>
1226                     <Parameters>
1227                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
1228                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Discount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Discount" SourceColumnNullMapping="false" SourceVersion="Current" />
1229                     </Parameters>
1230                   </DbCommand>
1231                 </InsertCommand>
1232                 <SelectCommand>
1233                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1234                     <CommandText>SELECT Id, StaffID, Discount FROM dbo.Discount_Staff</CommandText>
1235                     <Parameters />
1236                   </DbCommand>
1237                 </SelectCommand>
1238                 <UpdateCommand>
1239                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1240                     <CommandText>UPDATE [dbo].[Discount_Staff] SET [StaffID] = @StaffID, [Discount] = @Discount WHERE (([Id] = @Original_Id) AND ([StaffID] = @Original_StaffID) AND ([Discount] = @Original_Discount));
1241 SELECT Id, StaffID, Discount FROM Discount_Staff WHERE (Id = @Id)</CommandText>
1242                     <Parameters>
1243                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
1244                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Discount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Discount" SourceColumnNullMapping="false" SourceVersion="Current" />
1245                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1246                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
1247                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Discount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Discount" SourceColumnNullMapping="false" SourceVersion="Original" />
1248                       <Parameter AllowDbNull=
"false" AutogeneratedName="Id" ColumnName="Id" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.Discount_Staff" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1249                     </Parameters>
1250                   </DbCommand>
1251                 </UpdateCommand>
1252               </DbSource>
1253             </MainSource>
1254             <Mappings>
1255               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
1256               <Mapping SourceColumn=
"StaffID" DataSetColumn="StaffID" />
1257               <Mapping SourceColumn=
"Discount" DataSetColumn="Discount" />
1258             </Mappings>
1259             <Sources />
1260           </TableAdapter>
1261           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DocumentTableAdapter" GeneratorDataComponentClassName="DocumentTableAdapter" Name="Document" UserDataComponentName="DocumentTableAdapter">
1262             <MainSource>
1263               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Document" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1264                 <DeleteCommand>
1265                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1266                     <CommandText>DELETE FROM [dbo].[Document] WHERE (([Doc_Id] = @Original_Doc_Id) AND ([DocName] = @Original_DocName))</CommandText>
1267                     <Parameters>
1268                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Doc_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Doc_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1269                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_DocName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DocName" SourceColumnNullMapping="false" SourceVersion="Original" />
1270                     </Parameters>
1271                   </DbCommand>
1272                 </DeleteCommand>
1273                 <InsertCommand>
1274                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1275                     <CommandText>INSERT INTO [dbo].[Document] ([Doc_Id], [DocName]) VALUES (@Doc_Id, @DocName);
1276 SELECT Doc_Id, DocName FROM [Document] WHERE (Doc_Id = @Doc_Id)</CommandText>
1277                     <Parameters>
1278                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Doc_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Doc_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1279                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@DocName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DocName" SourceColumnNullMapping="false" SourceVersion="Current" />
1280                     </Parameters>
1281                   </DbCommand>
1282                 </InsertCommand>
1283                 <SelectCommand>
1284                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1285                     <CommandText>SELECT Doc_Id, DocName FROM dbo.Document</CommandText>
1286                     <Parameters />
1287                   </DbCommand>
1288                 </SelectCommand>
1289                 <UpdateCommand>
1290                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1291                     <CommandText>UPDATE [dbo].[Document] SET [Doc_Id] = @Doc_Id, [DocName] = @DocName WHERE (([Doc_Id] = @Original_Doc_Id) AND ([DocName] = @Original_DocName));
1292 SELECT Doc_Id, DocName FROM [Document] WHERE (Doc_Id = @Doc_Id)</CommandText>
1293                     <Parameters>
1294                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Doc_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Doc_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1295                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@DocName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DocName" SourceColumnNullMapping="false" SourceVersion="Current" />
1296                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Doc_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Doc_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1297                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_DocName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DocName" SourceColumnNullMapping="false" SourceVersion="Original" />
1298                     </Parameters>
1299                   </DbCommand>
1300                 </UpdateCommand>
1301               </DbSource>
1302             </MainSource>
1303             <Mappings>
1304               <Mapping SourceColumn=
"Doc_Id" DataSetColumn="Doc_Id" />
1305               <Mapping SourceColumn=
"DocName" DataSetColumn="DocName" />
1306             </Mappings>
1307             <Sources />
1308           </TableAdapter>
1309           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FeeTableAdapter" GeneratorDataComponentClassName="FeeTableAdapter" Name="Fee" UserDataComponentName="FeeTableAdapter">
1310             <MainSource>
1311               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Fee" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1312                 <DeleteCommand>
1313                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1314                     <CommandText>DELETE FROM [dbo].[Fee] WHERE (([Feename] = @Original_Feename))</CommandText>
1315                     <Parameters>
1316                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Feename" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Feename" SourceColumnNullMapping="false" SourceVersion="Original" />
1317                     </Parameters>
1318                   </DbCommand>
1319                 </DeleteCommand>
1320                 <InsertCommand>
1321                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1322                     <CommandText>INSERT INTO [dbo].[Fee] ([Feename]) VALUES (@Feename);
1323 SELECT Feename FROM Fee WHERE (Feename = @Feename)</CommandText>
1324                     <Parameters>
1325                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Feename" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Feename" SourceColumnNullMapping="false" SourceVersion="Current" />
1326                     </Parameters>
1327                   </DbCommand>
1328                 </InsertCommand>
1329                 <SelectCommand>
1330                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1331                     <CommandText>SELECT Feename FROM dbo.Fee</CommandText>
1332                     <Parameters />
1333                   </DbCommand>
1334                 </SelectCommand>
1335                 <UpdateCommand>
1336                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1337                     <CommandText>UPDATE [dbo].[Fee] SET [Feename] = @Feename WHERE (([Feename] = @Original_Feename));
1338 SELECT Feename FROM Fee WHERE (Feename = @Feename)</CommandText>
1339                     <Parameters>
1340                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Feename" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Feename" SourceColumnNullMapping="false" SourceVersion="Current" />
1341                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Feename" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Feename" SourceColumnNullMapping="false" SourceVersion="Original" />
1342                     </Parameters>
1343                   </DbCommand>
1344                 </UpdateCommand>
1345               </DbSource>
1346             </MainSource>
1347             <Mappings>
1348               <Mapping SourceColumn=
"Feename" DataSetColumn="Feename" />
1349             </Mappings>
1350             <Sources />
1351           </TableAdapter>
1352           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="HostelerTableAdapter" GeneratorDataComponentClassName="HostelerTableAdapter" Name="Hosteler" UserDataComponentName="HostelerTableAdapter">
1353             <MainSource>
1354               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Hosteler" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1355                 <DeleteCommand>
1356                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1357                     <CommandText>DELETE FROM [dbo].[Hosteler] WHERE (([H_Id] = @Original_H_Id) AND ([AdmissionNo] = @Original_AdmissionNo) AND ([HostelID] = @Original_HostelID) AND ([JoiningDate] = @Original_JoiningDate) AND ([Status] = @Original_Status))</CommandText>
1358                     <Parameters>
1359                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_H_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="H_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1360                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
1361                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HostelID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelID" SourceColumnNullMapping="false" SourceVersion="Original" />
1362                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Original" />
1363                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
1364                     </Parameters>
1365                   </DbCommand>
1366                 </DeleteCommand>
1367                 <InsertCommand>
1368                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1369                     <CommandText>INSERT INTO [dbo].[Hosteler] ([H_Id], [AdmissionNo], [HostelID], [JoiningDate], [Status]) VALUES (@H_Id, @AdmissionNo, @HostelID, @JoiningDate, @Status);
1370 SELECT H_Id, AdmissionNo, HostelID, JoiningDate, Status FROM Hosteler WHERE (H_Id = @H_Id)</CommandText>
1371                     <Parameters>
1372                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@H_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="H_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1373                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
1374                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HostelID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelID" SourceColumnNullMapping="false" SourceVersion="Current" />
1375                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Current" />
1376                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
1377                     </Parameters>
1378                   </DbCommand>
1379                 </InsertCommand>
1380                 <SelectCommand>
1381                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1382                     <CommandText>SELECT H_Id, AdmissionNo, HostelID, JoiningDate, Status FROM dbo.Hosteler</CommandText>
1383                     <Parameters />
1384                   </DbCommand>
1385                 </SelectCommand>
1386                 <UpdateCommand>
1387                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1388                     <CommandText>UPDATE [dbo].[Hosteler] SET [H_Id] = @H_Id, [AdmissionNo] = @AdmissionNo, [HostelID] = @HostelID, [JoiningDate] = @JoiningDate, [Status] = @Status WHERE (([H_Id] = @Original_H_Id) AND ([AdmissionNo] = @Original_AdmissionNo) AND ([HostelID] = @Original_HostelID) AND ([JoiningDate] = @Original_JoiningDate) AND ([Status] = @Original_Status));
1389 SELECT H_Id, AdmissionNo, HostelID, JoiningDate, Status FROM Hosteler WHERE (H_Id = @H_Id)</CommandText>
1390                     <Parameters>
1391                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@H_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="H_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1392                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
1393                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HostelID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelID" SourceColumnNullMapping="false" SourceVersion="Current" />
1394                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Current" />
1395                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
1396                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_H_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="H_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1397                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
1398                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HostelID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelID" SourceColumnNullMapping="false" SourceVersion="Original" />
1399                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Original" />
1400                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
1401                     </Parameters>
1402                   </DbCommand>
1403                 </UpdateCommand>
1404               </DbSource>
1405             </MainSource>
1406             <Mappings>
1407               <Mapping SourceColumn=
"H_Id" DataSetColumn="H_Id" />
1408               <Mapping SourceColumn=
"AdmissionNo" DataSetColumn="AdmissionNo" />
1409               <Mapping SourceColumn=
"HostelID" DataSetColumn="HostelID" />
1410               <Mapping SourceColumn=
"JoiningDate" DataSetColumn="JoiningDate" />
1411               <Mapping SourceColumn=
"Status" DataSetColumn="Status" />
1412             </Mappings>
1413             <Sources />
1414           </TableAdapter>
1415           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="HostelFeePaymentTableAdapter" GeneratorDataComponentClassName="HostelFeePaymentTableAdapter" Name="HostelFeePayment" UserDataComponentName="HostelFeePaymentTableAdapter">
1416             <MainSource>
1417               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.HostelFeePayment" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1418                 <DeleteCommand>
1419                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1420                     <CommandText>DELETE FROM [dbo].[HostelFeePayment] WHERE (([Id] = @Original_Id) AND ([HFP_Id] = @Original_HFP_Id) AND ([PaymentID] = @Original_PaymentID) AND ([HostelerID] = @Original_HostelerID) AND ([Session] = @Original_Session) AND ([Installment] = @Original_Installment) AND ([TotalFee] = @Original_TotalFee) AND ([DiscountPer] = @Original_DiscountPer) AND ([DiscountAmt] = @Original_DiscountAmt) AND ([PreviousDue] = @Original_PreviousDue) AND ([Fine] = @Original_Fine) AND ([GrandTotal] = @Original_GrandTotal) AND ([TotalPaid] = @Original_TotalPaid) AND ([ModeOfPayment] = @Original_ModeOfPayment) AND ((@IsNull_PaymentModeDetails =
1 AND [PaymentModeDetails] IS NULL) OR ([PaymentModeDetails] = @Original_PaymentModeDetails)) AND ([Paymentdate] = @Original_Paymentdate) AND ([PaymentDue] = @Original_PaymentDue) AND ([ClassType] = @Original_ClassType) AND ([SchoolType] = @Original_SchoolType) AND ([Class] = @Original_Class) AND ([Section] = @Original_Section))</CommandText>
1421                     <Parameters>
1422                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1423                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HFP_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HFP_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1424                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
1425                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HostelerID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelerID" SourceColumnNullMapping="false" SourceVersion="Original" />
1426                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
1427                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Original" />
1428                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Original" />
1429                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Original" />
1430                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Original" />
1431                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Original" />
1432                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Original" />
1433                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Original" />
1434                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Original" />
1435                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Original" />
1436                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PaymentModeDetails" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="true" SourceVersion="Original" />
1437                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Original" />
1438                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Paymentdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Paymentdate" SourceColumnNullMapping="false" SourceVersion="Original" />
1439                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Original" />
1440                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Original" />
1441                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Original" />
1442                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
1443                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Original" />
1444                     </Parameters>
1445                   </DbCommand>
1446                 </DeleteCommand>
1447                 <InsertCommand>
1448                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1449                     <CommandText>INSERT INTO [dbo].[HostelFeePayment] ([HFP_Id], [PaymentID], [HostelerID], [Session], [Installment], [TotalFee], [DiscountPer], [DiscountAmt], [PreviousDue], [Fine], [GrandTotal], [TotalPaid], [ModeOfPayment], [PaymentModeDetails], [Paymentdate], [PaymentDue], [ClassType], [SchoolType], [Class], [Section]) VALUES (@HFP_Id, @PaymentID, @HostelerID, @Session, @Installment, @TotalFee, @DiscountPer, @DiscountAmt, @PreviousDue, @Fine, @GrandTotal, @TotalPaid, @ModeOfPayment, @PaymentModeDetails, @Paymentdate, @PaymentDue, @ClassType, @SchoolType, @Class, @Section);
1450 SELECT Id, HFP_Id, PaymentID, HostelerID, Session, Installment, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, Paymentdate, PaymentDue, ClassType, SchoolType, Class, Section FROM HostelFeePayment WHERE (Id = SCOPE_IDENTITY())</CommandText>
1451                     <Parameters>
1452                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HFP_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HFP_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1453                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
1454                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HostelerID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelerID" SourceColumnNullMapping="false" SourceVersion="Current" />
1455                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
1456                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Current" />
1457                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Current" />
1458                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Current" />
1459                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Current" />
1460                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Current" />
1461                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Current" />
1462                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Current" />
1463                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Current" />
1464                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Current" />
1465                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Current" />
1466                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Paymentdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Paymentdate" SourceColumnNullMapping="false" SourceVersion="Current" />
1467                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Current" />
1468                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Current" />
1469                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Current" />
1470                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
1471                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Current" />
1472                     </Parameters>
1473                   </DbCommand>
1474                 </InsertCommand>
1475                 <SelectCommand>
1476                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1477                     <CommandText>SELECT Id, HFP_Id, PaymentID, HostelerID, Session, Installment, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, Paymentdate, PaymentDue, ClassType, SchoolType, Class, Section FROM dbo.HostelFeePayment</CommandText>
1478                     <Parameters />
1479                   </DbCommand>
1480                 </SelectCommand>
1481                 <UpdateCommand>
1482                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1483                     <CommandText>UPDATE [dbo].[HostelFeePayment] SET [HFP_Id] = @HFP_Id, [PaymentID] = @PaymentID, [HostelerID] = @HostelerID, [Session] = @Session, [Installment] = @Installment, [TotalFee] = @TotalFee, [DiscountPer] = @DiscountPer, [DiscountAmt] = @DiscountAmt, [PreviousDue] = @PreviousDue, [Fine] = @Fine, [GrandTotal] = @GrandTotal, [TotalPaid] = @TotalPaid, [ModeOfPayment] = @ModeOfPayment, [PaymentModeDetails] = @PaymentModeDetails, [Paymentdate] = @Paymentdate, [PaymentDue] = @PaymentDue, [ClassType] = @ClassType, [SchoolType] = @SchoolType, [Class] = @Class, [Section] = @Section WHERE (([Id] = @Original_Id) AND ([HFP_Id] = @Original_HFP_Id) AND ([PaymentID] = @Original_PaymentID) AND ([HostelerID] = @Original_HostelerID) AND ([Session] = @Original_Session) AND ([Installment] = @Original_Installment) AND ([TotalFee] = @Original_TotalFee) AND ([DiscountPer] = @Original_DiscountPer) AND ([DiscountAmt] = @Original_DiscountAmt) AND ([PreviousDue] = @Original_PreviousDue) AND ([Fine] = @Original_Fine) AND ([GrandTotal] = @Original_GrandTotal) AND ([TotalPaid] = @Original_TotalPaid) AND ([ModeOfPayment] = @Original_ModeOfPayment) AND ((@IsNull_PaymentModeDetails =
1 AND [PaymentModeDetails] IS NULL) OR ([PaymentModeDetails] = @Original_PaymentModeDetails)) AND ([Paymentdate] = @Original_Paymentdate) AND ([PaymentDue] = @Original_PaymentDue) AND ([ClassType] = @Original_ClassType) AND ([SchoolType] = @Original_SchoolType) AND ([Class] = @Original_Class) AND ([Section] = @Original_Section));
1484 SELECT Id, HFP_Id, PaymentID, HostelerID, Session, Installment, TotalFee, DiscountPer, DiscountAmt, PreviousDue, Fine, GrandTotal, TotalPaid, ModeOfPayment, PaymentModeDetails, Paymentdate, PaymentDue, ClassType, SchoolType, Class, Section FROM HostelFeePayment WHERE (Id = @Id)</CommandText>
1485                     <Parameters>
1486                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HFP_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HFP_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1487                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
1488                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HostelerID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelerID" SourceColumnNullMapping="false" SourceVersion="Current" />
1489                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
1490                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Current" />
1491                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Current" />
1492                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Current" />
1493                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Current" />
1494                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Current" />
1495                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Current" />
1496                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Current" />
1497                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Current" />
1498                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Current" />
1499                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Current" />
1500                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Paymentdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Paymentdate" SourceColumnNullMapping="false" SourceVersion="Current" />
1501                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Current" />
1502                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Current" />
1503                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Current" />
1504                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
1505                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Current" />
1506                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1507                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HFP_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HFP_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1508                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
1509                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HostelerID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelerID" SourceColumnNullMapping="false" SourceVersion="Original" />
1510                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
1511                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Original" />
1512                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalFee" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalFee" SourceColumnNullMapping="false" SourceVersion="Original" />
1513                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountPer" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountPer" SourceColumnNullMapping="false" SourceVersion="Original" />
1514                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiscountAmt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="DiscountAmt" SourceColumnNullMapping="false" SourceVersion="Original" />
1515                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PreviousDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PreviousDue" SourceColumnNullMapping="false" SourceVersion="Original" />
1516                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Fine" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Fine" SourceColumnNullMapping="false" SourceVersion="Original" />
1517                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Original" />
1518                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotalPaid" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="TotalPaid" SourceColumnNullMapping="false" SourceVersion="Original" />
1519                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Original" />
1520                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PaymentModeDetails" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="true" SourceVersion="Original" />
1521                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Original" />
1522                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Paymentdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Paymentdate" SourceColumnNullMapping="false" SourceVersion="Original" />
1523                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PaymentDue" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="PaymentDue" SourceColumnNullMapping="false" SourceVersion="Original" />
1524                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Original" />
1525                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Original" />
1526                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
1527                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Section" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Section" SourceColumnNullMapping="false" SourceVersion="Original" />
1528                       <Parameter AllowDbNull=
"false" AutogeneratedName="Id" ColumnName="Id" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.HostelFeePayment" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1529                     </Parameters>
1530                   </DbCommand>
1531                 </UpdateCommand>
1532               </DbSource>
1533             </MainSource>
1534             <Mappings>
1535               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
1536               <Mapping SourceColumn=
"HFP_Id" DataSetColumn="HFP_Id" />
1537               <Mapping SourceColumn=
"PaymentID" DataSetColumn="PaymentID" />
1538               <Mapping SourceColumn=
"HostelerID" DataSetColumn="HostelerID" />
1539               <Mapping SourceColumn=
"Session" DataSetColumn="Session" />
1540               <Mapping SourceColumn=
"Installment" DataSetColumn="Installment" />
1541               <Mapping SourceColumn=
"TotalFee" DataSetColumn="TotalFee" />
1542               <Mapping SourceColumn=
"DiscountPer" DataSetColumn="DiscountPer" />
1543               <Mapping SourceColumn=
"DiscountAmt" DataSetColumn="DiscountAmt" />
1544               <Mapping SourceColumn=
"PreviousDue" DataSetColumn="PreviousDue" />
1545               <Mapping SourceColumn=
"Fine" DataSetColumn="Fine" />
1546               <Mapping SourceColumn=
"GrandTotal" DataSetColumn="GrandTotal" />
1547               <Mapping SourceColumn=
"TotalPaid" DataSetColumn="TotalPaid" />
1548               <Mapping SourceColumn=
"ModeOfPayment" DataSetColumn="ModeOfPayment" />
1549               <Mapping SourceColumn=
"PaymentModeDetails" DataSetColumn="PaymentModeDetails" />
1550               <Mapping SourceColumn=
"Paymentdate" DataSetColumn="Paymentdate" />
1551               <Mapping SourceColumn=
"PaymentDue" DataSetColumn="PaymentDue" />
1552               <Mapping SourceColumn=
"ClassType" DataSetColumn="ClassType" />
1553               <Mapping SourceColumn=
"SchoolType" DataSetColumn="SchoolType" />
1554               <Mapping SourceColumn=
"Class" DataSetColumn="Class" />
1555               <Mapping SourceColumn=
"Section" DataSetColumn="Section" />
1556             </Mappings>
1557             <Sources />
1558           </TableAdapter>
1559           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="HostelInfoTableAdapter" GeneratorDataComponentClassName="HostelInfoTableAdapter" Name="HostelInfo" UserDataComponentName="HostelInfoTableAdapter">
1560             <MainSource>
1561               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.HostelInfo" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1562                 <DeleteCommand>
1563                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1564                     <CommandText>DELETE FROM [dbo].[HostelInfo] WHERE (([HI_Id] = @Original_HI_Id) AND ([Hostelname] = @Original_Hostelname) AND ([Address] = @Original_Address) AND ([ContactNo] = @Original_ContactNo) AND ((@IsNull_ManagedBy =
1 AND [ManagedBy] IS NULL) OR ([ManagedBy] = @Original_ManagedBy)) AND ((@IsNull_Person_ContactNo = 1 AND [Person_ContactNo] IS NULL) OR ([Person_ContactNo] = @Original_Person_ContactNo)))</CommandText>
1565                     <Parameters>
1566                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HI_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HI_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1567                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Hostelname" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Hostelname" SourceColumnNullMapping="false" SourceVersion="Original" />
1568                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Address" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Address" SourceColumnNullMapping="false" SourceVersion="Original" />
1569                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
1570                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ManagedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ManagedBy" SourceColumnNullMapping="true" SourceVersion="Original" />
1571                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ManagedBy" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ManagedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
1572                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Person_ContactNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Person_ContactNo" SourceColumnNullMapping="true" SourceVersion="Original" />
1573                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Person_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Person_ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
1574                     </Parameters>
1575                   </DbCommand>
1576                 </DeleteCommand>
1577                 <InsertCommand>
1578                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1579                     <CommandText>INSERT INTO [dbo].[HostelInfo] ([HI_Id], [Hostelname], [Address], [ContactNo], [ManagedBy], [Person_ContactNo]) VALUES (@HI_Id, @Hostelname, @Address, @ContactNo, @ManagedBy, @Person_ContactNo);
1580 SELECT HI_Id, Hostelname, Address, ContactNo, ManagedBy, Person_ContactNo FROM HostelInfo WHERE (HI_Id = @HI_Id)</CommandText>
1581                     <Parameters>
1582                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HI_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HI_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1583                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Hostelname" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Hostelname" SourceColumnNullMapping="false" SourceVersion="Current" />
1584                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Address" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Address" SourceColumnNullMapping="false" SourceVersion="Current" />
1585                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
1586                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ManagedBy" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ManagedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
1587                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Person_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Person_ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
1588                     </Parameters>
1589                   </DbCommand>
1590                 </InsertCommand>
1591                 <SelectCommand>
1592                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1593                     <CommandText>SELECT HI_Id, Hostelname, Address, ContactNo, ManagedBy, Person_ContactNo FROM dbo.HostelInfo</CommandText>
1594                     <Parameters />
1595                   </DbCommand>
1596                 </SelectCommand>
1597                 <UpdateCommand>
1598                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1599                     <CommandText>UPDATE [dbo].[HostelInfo] SET [HI_Id] = @HI_Id, [Hostelname] = @Hostelname, [Address] = @Address, [ContactNo] = @ContactNo, [ManagedBy] = @ManagedBy, [Person_ContactNo] = @Person_ContactNo WHERE (([HI_Id] = @Original_HI_Id) AND ([Hostelname] = @Original_Hostelname) AND ([Address] = @Original_Address) AND ([ContactNo] = @Original_ContactNo) AND ((@IsNull_ManagedBy =
1 AND [ManagedBy] IS NULL) OR ([ManagedBy] = @Original_ManagedBy)) AND ((@IsNull_Person_ContactNo = 1 AND [Person_ContactNo] IS NULL) OR ([Person_ContactNo] = @Original_Person_ContactNo)));
1600 SELECT HI_Id, Hostelname, Address, ContactNo, ManagedBy, Person_ContactNo FROM HostelInfo WHERE (HI_Id = @HI_Id)</CommandText>
1601                     <Parameters>
1602                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HI_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HI_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1603                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Hostelname" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Hostelname" SourceColumnNullMapping="false" SourceVersion="Current" />
1604                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Address" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Address" SourceColumnNullMapping="false" SourceVersion="Current" />
1605                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
1606                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ManagedBy" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ManagedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
1607                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Person_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Person_ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
1608                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HI_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HI_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1609                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Hostelname" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Hostelname" SourceColumnNullMapping="false" SourceVersion="Original" />
1610                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Address" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Address" SourceColumnNullMapping="false" SourceVersion="Original" />
1611                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
1612                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ManagedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ManagedBy" SourceColumnNullMapping="true" SourceVersion="Original" />
1613                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ManagedBy" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ManagedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
1614                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Person_ContactNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Person_ContactNo" SourceColumnNullMapping="true" SourceVersion="Original" />
1615                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Person_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Person_ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
1616                     </Parameters>
1617                   </DbCommand>
1618                 </UpdateCommand>
1619               </DbSource>
1620             </MainSource>
1621             <Mappings>
1622               <Mapping SourceColumn=
"HI_Id" DataSetColumn="HI_Id" />
1623               <Mapping SourceColumn=
"Hostelname" DataSetColumn="Hostelname" />
1624               <Mapping SourceColumn=
"Address" DataSetColumn="Address" />
1625               <Mapping SourceColumn=
"ContactNo" DataSetColumn="ContactNo" />
1626               <Mapping SourceColumn=
"ManagedBy" DataSetColumn="ManagedBy" />
1627               <Mapping SourceColumn=
"Person_ContactNo" DataSetColumn="Person_ContactNo" />
1628             </Mappings>
1629             <Sources />
1630           </TableAdapter>
1631           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Installment_BusTableAdapter" GeneratorDataComponentClassName="Installment_BusTableAdapter" Name="Installment_Bus" UserDataComponentName="Installment_BusTableAdapter">
1632             <MainSource>
1633               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Installment_Bus" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1634                 <DeleteCommand>
1635                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1636                     <CommandText>DELETE FROM [dbo].[Installment_Bus] WHERE (([IB_ID] = @Original_IB_ID) AND ([Installment] = @Original_Installment) AND ([Charges] = @Original_Charges) AND ((@IsNull_Location =
1 AND [Location] IS NULL) OR ([Location] = @Original_Location)))</CommandText>
1637                     <Parameters>
1638                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IB_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IB_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
1639                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Original" />
1640                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Charges" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Charges" SourceColumnNullMapping="false" SourceVersion="Original" />
1641                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Location" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="true" SourceVersion="Original" />
1642                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Original" />
1643                     </Parameters>
1644                   </DbCommand>
1645                 </DeleteCommand>
1646                 <InsertCommand>
1647                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1648                     <CommandText>INSERT INTO [dbo].[Installment_Bus] ([IB_ID], [Installment], [Charges], [Location]) VALUES (@IB_ID, @Installment, @Charges, @Location);
1649 SELECT IB_ID, Installment, Charges, Location FROM Installment_Bus WHERE (IB_ID = @IB_ID)</CommandText>
1650                     <Parameters>
1651                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IB_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IB_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
1652                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Current" />
1653                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Charges" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Charges" SourceColumnNullMapping="false" SourceVersion="Current" />
1654                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Current" />
1655                     </Parameters>
1656                   </DbCommand>
1657                 </InsertCommand>
1658                 <SelectCommand>
1659                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1660                     <CommandText>SELECT IB_ID, Installment, Charges, Location FROM dbo.Installment_Bus</CommandText>
1661                     <Parameters />
1662                   </DbCommand>
1663                 </SelectCommand>
1664                 <UpdateCommand>
1665                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1666                     <CommandText>UPDATE [dbo].[Installment_Bus] SET [IB_ID] = @IB_ID, [Installment] = @Installment, [Charges] = @Charges, [Location] = @Location WHERE (([IB_ID] = @Original_IB_ID) AND ([Installment] = @Original_Installment) AND ([Charges] = @Original_Charges) AND ((@IsNull_Location =
1 AND [Location] IS NULL) OR ([Location] = @Original_Location)));
1667 SELECT IB_ID, Installment, Charges, Location FROM Installment_Bus WHERE (IB_ID = @IB_ID)</CommandText>
1668                     <Parameters>
1669                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IB_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IB_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
1670                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Current" />
1671                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Charges" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Charges" SourceColumnNullMapping="false" SourceVersion="Current" />
1672                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Current" />
1673                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IB_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IB_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
1674                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Original" />
1675                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Charges" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Charges" SourceColumnNullMapping="false" SourceVersion="Original" />
1676                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Location" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="true" SourceVersion="Original" />
1677                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Location" SourceColumnNullMapping="false" SourceVersion="Original" />
1678                     </Parameters>
1679                   </DbCommand>
1680                 </UpdateCommand>
1681               </DbSource>
1682             </MainSource>
1683             <Mappings>
1684               <Mapping SourceColumn=
"IB_ID" DataSetColumn="IB_ID" />
1685               <Mapping SourceColumn=
"Installment" DataSetColumn="Installment" />
1686               <Mapping SourceColumn=
"Charges" DataSetColumn="Charges" />
1687               <Mapping SourceColumn=
"Location" DataSetColumn="Location" />
1688             </Mappings>
1689             <Sources />
1690           </TableAdapter>
1691           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Installment_HostelTableAdapter" GeneratorDataComponentClassName="Installment_HostelTableAdapter" Name="Installment_Hostel" UserDataComponentName="Installment_HostelTableAdapter">
1692             <MainSource>
1693               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Installment_Hostel" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1694                 <DeleteCommand>
1695                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1696                     <CommandText>DELETE FROM [dbo].[Installment_Hostel] WHERE (([IH_ID] = @Original_IH_ID) AND ([Installment] = @Original_Installment) AND ([Charges] = @Original_Charges) AND ([HostelID] = @Original_HostelID) AND ([Class] = @Original_Class) AND ([SchoolID] = @Original_SchoolID))</CommandText>
1697                     <Parameters>
1698                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IH_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IH_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
1699                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Original" />
1700                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Charges" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Charges" SourceColumnNullMapping="false" SourceVersion="Original" />
1701                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HostelID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelID" SourceColumnNullMapping="false" SourceVersion="Original" />
1702                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
1703                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Original" />
1704                     </Parameters>
1705                   </DbCommand>
1706                 </DeleteCommand>
1707                 <InsertCommand>
1708                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1709                     <CommandText>INSERT INTO [dbo].[Installment_Hostel] ([IH_ID], [Installment], [Charges], [HostelID], [Class], [SchoolID]) VALUES (@IH_ID, @Installment, @Charges, @HostelID, @Class, @SchoolID);
1710 SELECT IH_ID, Installment, Charges, HostelID, Class, SchoolID FROM Installment_Hostel WHERE (IH_ID = @IH_ID)</CommandText>
1711                     <Parameters>
1712                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IH_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IH_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
1713                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Current" />
1714                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Charges" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Charges" SourceColumnNullMapping="false" SourceVersion="Current" />
1715                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HostelID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelID" SourceColumnNullMapping="false" SourceVersion="Current" />
1716                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
1717                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Current" />
1718                     </Parameters>
1719                   </DbCommand>
1720                 </InsertCommand>
1721                 <SelectCommand>
1722                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1723                     <CommandText>SELECT IH_ID, Installment, Charges, HostelID, Class, SchoolID FROM dbo.Installment_Hostel</CommandText>
1724                     <Parameters />
1725                   </DbCommand>
1726                 </SelectCommand>
1727                 <UpdateCommand>
1728                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1729                     <CommandText>UPDATE [dbo].[Installment_Hostel] SET [IH_ID] = @IH_ID, [Installment] = @Installment, [Charges] = @Charges, [HostelID] = @HostelID, [Class] = @Class, [SchoolID] = @SchoolID WHERE (([IH_ID] = @Original_IH_ID) AND ([Installment] = @Original_Installment) AND ([Charges] = @Original_Charges) AND ([HostelID] = @Original_HostelID) AND ([Class] = @Original_Class) AND ([SchoolID] = @Original_SchoolID));
1730 SELECT IH_ID, Installment, Charges, HostelID, Class, SchoolID FROM Installment_Hostel WHERE (IH_ID = @IH_ID)</CommandText>
1731                     <Parameters>
1732                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IH_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IH_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
1733                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Current" />
1734                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Charges" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Charges" SourceColumnNullMapping="false" SourceVersion="Current" />
1735                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HostelID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelID" SourceColumnNullMapping="false" SourceVersion="Current" />
1736                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
1737                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Current" />
1738                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IH_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IH_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
1739                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Installment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Installment" SourceColumnNullMapping="false" SourceVersion="Original" />
1740                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Charges" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Charges" SourceColumnNullMapping="false" SourceVersion="Original" />
1741                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HostelID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HostelID" SourceColumnNullMapping="false" SourceVersion="Original" />
1742                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
1743                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Original" />
1744                     </Parameters>
1745                   </DbCommand>
1746                 </UpdateCommand>
1747               </DbSource>
1748             </MainSource>
1749             <Mappings>
1750               <Mapping SourceColumn=
"IH_ID" DataSetColumn="IH_ID" />
1751               <Mapping SourceColumn=
"Installment" DataSetColumn="Installment" />
1752               <Mapping SourceColumn=
"Charges" DataSetColumn="Charges" />
1753               <Mapping SourceColumn=
"HostelID" DataSetColumn="HostelID" />
1754               <Mapping SourceColumn=
"Class" DataSetColumn="Class" />
1755               <Mapping SourceColumn=
"SchoolID" DataSetColumn="SchoolID" />
1756             </Mappings>
1757             <Sources />
1758           </TableAdapter>
1759           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="LocationTableAdapter" GeneratorDataComponentClassName="LocationTableAdapter" Name="Location" UserDataComponentName="LocationTableAdapter">
1760             <MainSource>
1761               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Location" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1762                 <DeleteCommand>
1763                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1764                     <CommandText>DELETE FROM [dbo].[Location] WHERE (([LocationName] = @Original_LocationName))</CommandText>
1765                     <Parameters>
1766                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_LocationName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="LocationName" SourceColumnNullMapping="false" SourceVersion="Original" />
1767                     </Parameters>
1768                   </DbCommand>
1769                 </DeleteCommand>
1770                 <InsertCommand>
1771                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1772                     <CommandText>INSERT INTO [dbo].[Location] ([LocationName]) VALUES (@LocationName);
1773 SELECT LocationName FROM Location WHERE (LocationName = @LocationName)</CommandText>
1774                     <Parameters>
1775                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@LocationName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="LocationName" SourceColumnNullMapping="false" SourceVersion="Current" />
1776                     </Parameters>
1777                   </DbCommand>
1778                 </InsertCommand>
1779                 <SelectCommand>
1780                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1781                     <CommandText>SELECT LocationName FROM dbo.Location</CommandText>
1782                     <Parameters />
1783                   </DbCommand>
1784                 </SelectCommand>
1785                 <UpdateCommand>
1786                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1787                     <CommandText>UPDATE [dbo].[Location] SET [LocationName] = @LocationName WHERE (([LocationName] = @Original_LocationName));
1788 SELECT LocationName FROM Location WHERE (LocationName = @LocationName)</CommandText>
1789                     <Parameters>
1790                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@LocationName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="LocationName" SourceColumnNullMapping="false" SourceVersion="Current" />
1791                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_LocationName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="LocationName" SourceColumnNullMapping="false" SourceVersion="Original" />
1792                     </Parameters>
1793                   </DbCommand>
1794                 </UpdateCommand>
1795               </DbSource>
1796             </MainSource>
1797             <Mappings>
1798               <Mapping SourceColumn=
"LocationName" DataSetColumn="LocationName" />
1799             </Mappings>
1800             <Sources />
1801           </TableAdapter>
1802           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="LogsTableAdapter" GeneratorDataComponentClassName="LogsTableAdapter" Name="Logs" UserDataComponentName="LogsTableAdapter">
1803             <MainSource>
1804               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Logs" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1805                 <DeleteCommand>
1806                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1807                     <CommandText>DELETE FROM [dbo].[Logs] WHERE (([Id] = @Original_Id) AND ([UserID] = @Original_UserID) AND ([Date] = @Original_Date))</CommandText>
1808                     <Parameters>
1809                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1810                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
1811                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Date" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Date" SourceColumnNullMapping="false" SourceVersion="Original" />
1812                     </Parameters>
1813                   </DbCommand>
1814                 </DeleteCommand>
1815                 <InsertCommand>
1816                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1817                     <CommandText>INSERT INTO [dbo].[Logs] ([UserID], [Date], [Operation]) VALUES (@UserID, @Date, @Operation);
1818 SELECT Id, UserID, Date, Operation FROM Logs WHERE (Id = SCOPE_IDENTITY())</CommandText>
1819                     <Parameters>
1820                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
1821                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Date" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Date" SourceColumnNullMapping="false" SourceVersion="Current" />
1822                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Operation" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Operation" SourceColumnNullMapping="false" SourceVersion="Current" />
1823                     </Parameters>
1824                   </DbCommand>
1825                 </InsertCommand>
1826                 <SelectCommand>
1827                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1828                     <CommandText>SELECT Id, UserID, Date, Operation FROM dbo.Logs</CommandText>
1829                     <Parameters />
1830                   </DbCommand>
1831                 </SelectCommand>
1832                 <UpdateCommand>
1833                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1834                     <CommandText>UPDATE [dbo].[Logs] SET [UserID] = @UserID, [Date] = @Date, [Operation] = @Operation WHERE (([Id] = @Original_Id) AND ([UserID] = @Original_UserID) AND ([Date] = @Original_Date));
1835 SELECT Id, UserID, Date, Operation FROM Logs WHERE (Id = @Id)</CommandText>
1836                     <Parameters>
1837                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
1838                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Date" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Date" SourceColumnNullMapping="false" SourceVersion="Current" />
1839                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Operation" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Operation" SourceColumnNullMapping="false" SourceVersion="Current" />
1840                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
1841                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
1842                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Date" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Date" SourceColumnNullMapping="false" SourceVersion="Original" />
1843                       <Parameter AllowDbNull=
"false" AutogeneratedName="Id" ColumnName="Id" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.Logs" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
1844                     </Parameters>
1845                   </DbCommand>
1846                 </UpdateCommand>
1847               </DbSource>
1848             </MainSource>
1849             <Mappings>
1850               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
1851               <Mapping SourceColumn=
"UserID" DataSetColumn="UserID" />
1852               <Mapping SourceColumn=
"Date" DataSetColumn="Date" />
1853               <Mapping SourceColumn=
"Operation" DataSetColumn="Operation" />
1854             </Mappings>
1855             <Sources />
1856           </TableAdapter>
1857           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="NoDues_StaffTableAdapter" GeneratorDataComponentClassName="NoDues_StaffTableAdapter" Name="NoDues_Staff" UserDataComponentName="NoDues_StaffTableAdapter">
1858             <MainSource>
1859               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.NoDues_Staff" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1860                 <DeleteCommand>
1861                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1862                     <CommandText>DELETE FROM [dbo].[NoDues_Staff] WHERE (([StaffID] = @Original_StaffID) AND ((@IsNull_Staff =
1 AND [Staff] IS NULL) OR ([Staff] = @Original_Staff)))</CommandText>
1863                     <Parameters>
1864                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
1865                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Staff" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Staff" SourceColumnNullMapping="true" SourceVersion="Original" />
1866                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Staff" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Staff" SourceColumnNullMapping="false" SourceVersion="Original" />
1867                     </Parameters>
1868                   </DbCommand>
1869                 </DeleteCommand>
1870                 <InsertCommand>
1871                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1872                     <CommandText>INSERT INTO [dbo].[NoDues_Staff] ([StaffID], [Staff]) VALUES (@StaffID, @Staff);
1873 SELECT StaffID, Staff FROM NoDues_Staff WHERE (StaffID = @StaffID)</CommandText>
1874                     <Parameters>
1875                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
1876                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Staff" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Staff" SourceColumnNullMapping="false" SourceVersion="Current" />
1877                     </Parameters>
1878                   </DbCommand>
1879                 </InsertCommand>
1880                 <SelectCommand>
1881                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1882                     <CommandText>SELECT StaffID, Staff FROM dbo.NoDues_Staff</CommandText>
1883                     <Parameters />
1884                   </DbCommand>
1885                 </SelectCommand>
1886                 <UpdateCommand>
1887                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1888                     <CommandText>UPDATE [dbo].[NoDues_Staff] SET [StaffID] = @StaffID, [Staff] = @Staff WHERE (([StaffID] = @Original_StaffID) AND ((@IsNull_Staff =
1 AND [Staff] IS NULL) OR ([Staff] = @Original_Staff)));
1889 SELECT StaffID, Staff FROM NoDues_Staff WHERE (StaffID = @StaffID)</CommandText>
1890                     <Parameters>
1891                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
1892                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Staff" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Staff" SourceColumnNullMapping="false" SourceVersion="Current" />
1893                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
1894                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Staff" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Staff" SourceColumnNullMapping="true" SourceVersion="Original" />
1895                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Staff" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Staff" SourceColumnNullMapping="false" SourceVersion="Original" />
1896                     </Parameters>
1897                   </DbCommand>
1898                 </UpdateCommand>
1899               </DbSource>
1900             </MainSource>
1901             <Mappings>
1902               <Mapping SourceColumn=
"StaffID" DataSetColumn="StaffID" />
1903               <Mapping SourceColumn=
"Staff" DataSetColumn="Staff" />
1904             </Mappings>
1905             <Sources />
1906           </TableAdapter>
1907           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="NoDues_StudentTableAdapter" GeneratorDataComponentClassName="NoDues_StudentTableAdapter" Name="NoDues_Student" UserDataComponentName="NoDues_StudentTableAdapter">
1908             <MainSource>
1909               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.NoDues_Student" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1910                 <DeleteCommand>
1911                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1912                     <CommandText>DELETE FROM [dbo].[NoDues_Student] WHERE (([AdmissionNo] = @Original_AdmissionNo) AND ((@IsNull_Status =
1 AND [Status] IS NULL) OR ([Status] = @Original_Status)))</CommandText>
1913                     <Parameters>
1914                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
1915                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="true" SourceVersion="Original" />
1916                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
1917                     </Parameters>
1918                   </DbCommand>
1919                 </DeleteCommand>
1920                 <InsertCommand>
1921                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1922                     <CommandText>INSERT INTO [dbo].[NoDues_Student] ([AdmissionNo], [Status]) VALUES (@AdmissionNo, @Status);
1923 SELECT AdmissionNo, Status FROM NoDues_Student WHERE (AdmissionNo = @AdmissionNo)</CommandText>
1924                     <Parameters>
1925                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
1926                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
1927                     </Parameters>
1928                   </DbCommand>
1929                 </InsertCommand>
1930                 <SelectCommand>
1931                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1932                     <CommandText>SELECT AdmissionNo, Status FROM dbo.NoDues_Student</CommandText>
1933                     <Parameters />
1934                   </DbCommand>
1935                 </SelectCommand>
1936                 <UpdateCommand>
1937                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1938                     <CommandText>UPDATE [dbo].[NoDues_Student] SET [AdmissionNo] = @AdmissionNo, [Status] = @Status WHERE (([AdmissionNo] = @Original_AdmissionNo) AND ((@IsNull_Status =
1 AND [Status] IS NULL) OR ([Status] = @Original_Status)));
1939 SELECT AdmissionNo, Status FROM NoDues_Student WHERE (AdmissionNo = @AdmissionNo)</CommandText>
1940                     <Parameters>
1941                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
1942                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
1943                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
1944                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="true" SourceVersion="Original" />
1945                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
1946                     </Parameters>
1947                   </DbCommand>
1948                 </UpdateCommand>
1949               </DbSource>
1950             </MainSource>
1951             <Mappings>
1952               <Mapping SourceColumn=
"AdmissionNo" DataSetColumn="AdmissionNo" />
1953               <Mapping SourceColumn=
"Status" DataSetColumn="Status" />
1954             </Mappings>
1955             <Sources />
1956           </TableAdapter>
1957           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RegistrationTableAdapter" GeneratorDataComponentClassName="RegistrationTableAdapter" Name="Registration" UserDataComponentName="RegistrationTableAdapter">
1958             <MainSource>
1959               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Registration" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
1960                 <DeleteCommand>
1961                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1962                     <CommandText>DELETE FROM [dbo].[Registration] WHERE (([UserID] = @Original_UserID) AND ([Password] = @Original_Password) AND ([Name] = @Original_Name) AND ([Usertype] = @Original_Usertype) AND ([ContactNo] = @Original_ContactNo) AND ((@IsNull_EmailID =
1 AND [EmailID] IS NULL) OR ([EmailID] = @Original_EmailID)) AND ((@IsNull_JoiningDate = 1 AND [JoiningDate] IS NULL) OR ([JoiningDate] = @Original_JoiningDate)))</CommandText>
1963                     <Parameters>
1964                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
1965                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Password" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Password" SourceColumnNullMapping="false" SourceVersion="Original" />
1966                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Name" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Original" />
1967                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Usertype" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Usertype" SourceColumnNullMapping="false" SourceVersion="Original" />
1968                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
1969                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EmailID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="true" SourceVersion="Original" />
1970                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_EmailID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="false" SourceVersion="Original" />
1971                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_JoiningDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="true" SourceVersion="Original" />
1972                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Original" />
1973                     </Parameters>
1974                   </DbCommand>
1975                 </DeleteCommand>
1976                 <InsertCommand>
1977                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1978                     <CommandText>INSERT INTO [dbo].[Registration] ([UserID], [Password], [Name], [Usertype], [ContactNo], [EmailID], [JoiningDate]) VALUES (@UserID, @Password, @Name, @Usertype, @ContactNo, @EmailID, @JoiningDate);
1979 SELECT UserID, Password, Name, Usertype, ContactNo, EmailID, JoiningDate FROM Registration WHERE (UserID = @UserID)</CommandText>
1980                     <Parameters>
1981                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
1982                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Password" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Password" SourceColumnNullMapping="false" SourceVersion="Current" />
1983                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
1984                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Usertype" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Usertype" SourceColumnNullMapping="false" SourceVersion="Current" />
1985                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
1986                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@EmailID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="false" SourceVersion="Current" />
1987                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Current" />
1988                     </Parameters>
1989                   </DbCommand>
1990                 </InsertCommand>
1991                 <SelectCommand>
1992                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1993                     <CommandText>SELECT UserID, Password, Name, Usertype, ContactNo, EmailID, JoiningDate FROM dbo.Registration</CommandText>
1994                     <Parameters />
1995                   </DbCommand>
1996                 </SelectCommand>
1997                 <UpdateCommand>
1998                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
1999                     <CommandText>UPDATE [dbo].[Registration] SET [UserID] = @UserID, [Password] = @Password, [Name] = @Name, [Usertype] = @Usertype, [ContactNo] = @ContactNo, [EmailID] = @EmailID, [JoiningDate] = @JoiningDate WHERE (([UserID] = @Original_UserID) AND ([Password] = @Original_Password) AND ([Name] = @Original_Name) AND ([Usertype] = @Original_Usertype) AND ([ContactNo] = @Original_ContactNo) AND ((@IsNull_EmailID =
1 AND [EmailID] IS NULL) OR ([EmailID] = @Original_EmailID)) AND ((@IsNull_JoiningDate = 1 AND [JoiningDate] IS NULL) OR ([JoiningDate] = @Original_JoiningDate)));
2000 SELECT UserID, Password, Name, Usertype, ContactNo, EmailID, JoiningDate FROM Registration WHERE (UserID = @UserID)</CommandText>
2001                     <Parameters>
2002                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
2003                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Password" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Password" SourceColumnNullMapping="false" SourceVersion="Current" />
2004                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
2005                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Usertype" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Usertype" SourceColumnNullMapping="false" SourceVersion="Current" />
2006                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2007                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@EmailID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="false" SourceVersion="Current" />
2008                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Current" />
2009                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
2010                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Password" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Password" SourceColumnNullMapping="false" SourceVersion="Original" />
2011                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Name" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Original" />
2012                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Usertype" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Usertype" SourceColumnNullMapping="false" SourceVersion="Original" />
2013                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2014                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EmailID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="true" SourceVersion="Original" />
2015                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_EmailID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="false" SourceVersion="Original" />
2016                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_JoiningDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="true" SourceVersion="Original" />
2017                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_JoiningDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="JoiningDate" SourceColumnNullMapping="false" SourceVersion="Original" />
2018                     </Parameters>
2019                   </DbCommand>
2020                 </UpdateCommand>
2021               </DbSource>
2022             </MainSource>
2023             <Mappings>
2024               <Mapping SourceColumn=
"UserID" DataSetColumn="UserID" />
2025               <Mapping SourceColumn=
"Password" DataSetColumn="Password" />
2026               <Mapping SourceColumn=
"Name" DataSetColumn="Name" />
2027               <Mapping SourceColumn=
"Usertype" DataSetColumn="Usertype" />
2028               <Mapping SourceColumn=
"ContactNo" DataSetColumn="ContactNo" />
2029               <Mapping SourceColumn=
"EmailID" DataSetColumn="EmailID" />
2030               <Mapping SourceColumn=
"JoiningDate" DataSetColumn="JoiningDate" />
2031             </Mappings>
2032             <Sources />
2033           </TableAdapter>
2034           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SchoolInfoTableAdapter" GeneratorDataComponentClassName="SchoolInfoTableAdapter" Name="SchoolInfo" UserDataComponentName="SchoolInfoTableAdapter">
2035             <MainSource>
2036               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.SchoolInfo" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2037                 <DeleteCommand>
2038                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2039                     <CommandText>DELETE FROM [dbo].[SchoolInfo] WHERE (([S_Id] = @Original_S_Id) AND ([SchoolName] = @Original_SchoolName) AND ([Address] = @Original_Address) AND ([ContactNo] = @Original_ContactNo) AND ((@IsNull_AltContactNo =
1 AND [AltContactNo] IS NULL) OR ([AltContactNo] = @Original_AltContactNo)) AND ((@IsNull_FaxNo = 1 AND [FaxNo] IS NULL) OR ([FaxNo] = @Original_FaxNo)) AND ([Email] = @Original_Email) AND ((@IsNull_Website = 1 AND [Website] IS NULL) OR ([Website] = @Original_Website)) AND ((@IsNull_RegistrationNo = 1 AND [RegistrationNo] IS NULL) OR ([RegistrationNo] = @Original_RegistrationNo)) AND ((@IsNull_DiseNo = 1 AND [DiseNo] IS NULL) OR ([DiseNo] = @Original_DiseNo)) AND ((@IsNull_IndexNo = 1 AND [IndexNo] IS NULL) OR ([IndexNo] = @Original_IndexNo)) AND ([EstablishedYear] = @Original_EstablishedYear) AND ((@IsNull_Class = 1 AND [Class] IS NULL) OR ([Class] = @Original_Class)) AND ([SchoolType] = @Original_SchoolType))</CommandText>
2040                     <Parameters>
2041                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_S_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="S_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
2042                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_SchoolName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SchoolName" SourceColumnNullMapping="false" SourceVersion="Original" />
2043                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Address" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Address" SourceColumnNullMapping="false" SourceVersion="Original" />
2044                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2045                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_AltContactNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AltContactNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2046                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AltContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AltContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2047                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FaxNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FaxNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2048                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_FaxNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FaxNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2049                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Email" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="false" SourceVersion="Original" />
2050                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Website" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Website" SourceColumnNullMapping="true" SourceVersion="Original" />
2051                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Website" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Website" SourceColumnNullMapping="false" SourceVersion="Original" />
2052                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_RegistrationNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RegistrationNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2053                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_RegistrationNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="RegistrationNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2054                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiseNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiseNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2055                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_DiseNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DiseNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2056                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IndexNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IndexNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2057                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_IndexNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="IndexNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2058                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_EstablishedYear" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EstablishedYear" SourceColumnNullMapping="false" SourceVersion="Original" />
2059                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Class" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="true" SourceVersion="Original" />
2060                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
2061                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Original" />
2062                     </Parameters>
2063                   </DbCommand>
2064                 </DeleteCommand>
2065                 <InsertCommand>
2066                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2067                     <CommandText>INSERT INTO [dbo].[SchoolInfo] ([S_Id], [SchoolName], [Address], [ContactNo], [AltContactNo], [FaxNo], [Email], [Website], [Logo], [RegistrationNo], [DiseNo], [IndexNo], [EstablishedYear], [Class], [SchoolType]) VALUES (@S_Id, @SchoolName, @Address, @ContactNo, @AltContactNo, @FaxNo, @Email, @Website, @Logo, @RegistrationNo, @DiseNo, @IndexNo, @EstablishedYear, @Class, @SchoolType);
2068 SELECT S_Id, SchoolName, Address, ContactNo, AltContactNo, FaxNo, Email, Website, Logo, RegistrationNo, DiseNo, IndexNo, EstablishedYear, Class, SchoolType FROM SchoolInfo WHERE (S_Id = @S_Id)</CommandText>
2069                     <Parameters>
2070                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@S_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="S_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
2071                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@SchoolName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SchoolName" SourceColumnNullMapping="false" SourceVersion="Current" />
2072                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Address" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Address" SourceColumnNullMapping="false" SourceVersion="Current" />
2073                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2074                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AltContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AltContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2075                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@FaxNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FaxNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2076                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Email" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="false" SourceVersion="Current" />
2077                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Website" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Website" SourceColumnNullMapping="false" SourceVersion="Current" />
2078                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Logo" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="Logo" SourceColumnNullMapping="false" SourceVersion="Current" />
2079                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@RegistrationNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="RegistrationNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2080                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@DiseNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DiseNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2081                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@IndexNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="IndexNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2082                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@EstablishedYear" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EstablishedYear" SourceColumnNullMapping="false" SourceVersion="Current" />
2083                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
2084                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Current" />
2085                     </Parameters>
2086                   </DbCommand>
2087                 </InsertCommand>
2088                 <SelectCommand>
2089                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2090                     <CommandText>SELECT S_Id, SchoolName, Address, ContactNo, AltContactNo, FaxNo, Email, Website, Logo, RegistrationNo, DiseNo, IndexNo, EstablishedYear, Class, SchoolType FROM dbo.SchoolInfo</CommandText>
2091                     <Parameters />
2092                   </DbCommand>
2093                 </SelectCommand>
2094                 <UpdateCommand>
2095                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2096                     <CommandText>UPDATE [dbo].[SchoolInfo] SET [S_Id] = @S_Id, [SchoolName] = @SchoolName, [Address] = @Address, [ContactNo] = @ContactNo, [AltContactNo] = @AltContactNo, [FaxNo] = @FaxNo, [Email] = @Email, [Website] = @Website, [Logo] = @Logo, [RegistrationNo] = @RegistrationNo, [DiseNo] = @DiseNo, [IndexNo] = @IndexNo, [EstablishedYear] = @EstablishedYear, [Class] = @Class, [SchoolType] = @SchoolType WHERE (([S_Id] = @Original_S_Id) AND ([SchoolName] = @Original_SchoolName) AND ([Address] = @Original_Address) AND ([ContactNo] = @Original_ContactNo) AND ((@IsNull_AltContactNo =
1 AND [AltContactNo] IS NULL) OR ([AltContactNo] = @Original_AltContactNo)) AND ((@IsNull_FaxNo = 1 AND [FaxNo] IS NULL) OR ([FaxNo] = @Original_FaxNo)) AND ([Email] = @Original_Email) AND ((@IsNull_Website = 1 AND [Website] IS NULL) OR ([Website] = @Original_Website)) AND ((@IsNull_RegistrationNo = 1 AND [RegistrationNo] IS NULL) OR ([RegistrationNo] = @Original_RegistrationNo)) AND ((@IsNull_DiseNo = 1 AND [DiseNo] IS NULL) OR ([DiseNo] = @Original_DiseNo)) AND ((@IsNull_IndexNo = 1 AND [IndexNo] IS NULL) OR ([IndexNo] = @Original_IndexNo)) AND ([EstablishedYear] = @Original_EstablishedYear) AND ((@IsNull_Class = 1 AND [Class] IS NULL) OR ([Class] = @Original_Class)) AND ([SchoolType] = @Original_SchoolType));
2097 SELECT S_Id, SchoolName, Address, ContactNo, AltContactNo, FaxNo, Email, Website, Logo, RegistrationNo, DiseNo, IndexNo, EstablishedYear, Class, SchoolType FROM SchoolInfo WHERE (S_Id = @S_Id)</CommandText>
2098                     <Parameters>
2099                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@S_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="S_Id" SourceColumnNullMapping="false" SourceVersion="Current" />
2100                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@SchoolName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SchoolName" SourceColumnNullMapping="false" SourceVersion="Current" />
2101                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Address" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Address" SourceColumnNullMapping="false" SourceVersion="Current" />
2102                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2103                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AltContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AltContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2104                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@FaxNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FaxNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2105                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Email" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="false" SourceVersion="Current" />
2106                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Website" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Website" SourceColumnNullMapping="false" SourceVersion="Current" />
2107                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Logo" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="Logo" SourceColumnNullMapping="false" SourceVersion="Current" />
2108                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@RegistrationNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="RegistrationNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2109                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@DiseNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DiseNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2110                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@IndexNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="IndexNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2111                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@EstablishedYear" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EstablishedYear" SourceColumnNullMapping="false" SourceVersion="Current" />
2112                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
2113                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Current" />
2114                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_S_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="S_Id" SourceColumnNullMapping="false" SourceVersion="Original" />
2115                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_SchoolName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SchoolName" SourceColumnNullMapping="false" SourceVersion="Original" />
2116                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Address" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Address" SourceColumnNullMapping="false" SourceVersion="Original" />
2117                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2118                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_AltContactNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AltContactNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2119                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AltContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AltContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2120                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FaxNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FaxNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2121                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_FaxNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FaxNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2122                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Email" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="false" SourceVersion="Original" />
2123                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Website" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Website" SourceColumnNullMapping="true" SourceVersion="Original" />
2124                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Website" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Website" SourceColumnNullMapping="false" SourceVersion="Original" />
2125                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_RegistrationNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RegistrationNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2126                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_RegistrationNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="RegistrationNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2127                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiseNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiseNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2128                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_DiseNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DiseNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2129                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IndexNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IndexNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2130                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_IndexNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="IndexNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2131                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_EstablishedYear" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EstablishedYear" SourceColumnNullMapping="false" SourceVersion="Original" />
2132                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Class" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="true" SourceVersion="Original" />
2133                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
2134                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SchoolType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SchoolType" SourceColumnNullMapping="false" SourceVersion="Original" />
2135                     </Parameters>
2136                   </DbCommand>
2137                 </UpdateCommand>
2138               </DbSource>
2139             </MainSource>
2140             <Mappings>
2141               <Mapping SourceColumn=
"S_Id" DataSetColumn="S_Id" />
2142               <Mapping SourceColumn=
"SchoolName" DataSetColumn="SchoolName" />
2143               <Mapping SourceColumn=
"Address" DataSetColumn="Address" />
2144               <Mapping SourceColumn=
"ContactNo" DataSetColumn="ContactNo" />
2145               <Mapping SourceColumn=
"AltContactNo" DataSetColumn="AltContactNo" />
2146               <Mapping SourceColumn=
"FaxNo" DataSetColumn="FaxNo" />
2147               <Mapping SourceColumn=
"Email" DataSetColumn="Email" />
2148               <Mapping SourceColumn=
"Website" DataSetColumn="Website" />
2149               <Mapping SourceColumn=
"Logo" DataSetColumn="Logo" />
2150               <Mapping SourceColumn=
"RegistrationNo" DataSetColumn="RegistrationNo" />
2151               <Mapping SourceColumn=
"DiseNo" DataSetColumn="DiseNo" />
2152               <Mapping SourceColumn=
"IndexNo" DataSetColumn="IndexNo" />
2153               <Mapping SourceColumn=
"EstablishedYear" DataSetColumn="EstablishedYear" />
2154               <Mapping SourceColumn=
"Class" DataSetColumn="Class" />
2155               <Mapping SourceColumn=
"SchoolType" DataSetColumn="SchoolType" />
2156             </Mappings>
2157             <Sources />
2158           </TableAdapter>
2159           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SchoolTypeTableAdapter" GeneratorDataComponentClassName="SchoolTypeTableAdapter" Name="SchoolType" UserDataComponentName="SchoolTypeTableAdapter">
2160             <MainSource>
2161               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.SchoolType" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2162                 <DeleteCommand>
2163                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2164                     <CommandText>DELETE FROM [dbo].[SchoolType] WHERE (([Type] = @Original_Type))</CommandText>
2165                     <Parameters>
2166                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Type" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Original" />
2167                     </Parameters>
2168                   </DbCommand>
2169                 </DeleteCommand>
2170                 <InsertCommand>
2171                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2172                     <CommandText>INSERT INTO [dbo].[SchoolType] ([Type]) VALUES (@Type);
2173 SELECT Type FROM SchoolType WHERE (Type = @Type)</CommandText>
2174                     <Parameters>
2175                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Type" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Current" />
2176                     </Parameters>
2177                   </DbCommand>
2178                 </InsertCommand>
2179                 <SelectCommand>
2180                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2181                     <CommandText>SELECT Type FROM dbo.SchoolType</CommandText>
2182                     <Parameters />
2183                   </DbCommand>
2184                 </SelectCommand>
2185                 <UpdateCommand>
2186                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2187                     <CommandText>UPDATE [dbo].[SchoolType] SET [Type] = @Type WHERE (([Type] = @Original_Type));
2188 SELECT Type FROM SchoolType WHERE (Type = @Type)</CommandText>
2189                     <Parameters>
2190                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Type" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Current" />
2191                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Type" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Original" />
2192                     </Parameters>
2193                   </DbCommand>
2194                 </UpdateCommand>
2195               </DbSource>
2196             </MainSource>
2197             <Mappings>
2198               <Mapping SourceColumn=
"Type" DataSetColumn="Type" />
2199             </Mappings>
2200             <Sources />
2201           </TableAdapter>
2202           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SectionTableAdapter" GeneratorDataComponentClassName="SectionTableAdapter" Name="Section" UserDataComponentName="SectionTableAdapter">
2203             <MainSource>
2204               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Section" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2205                 <DeleteCommand>
2206                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2207                     <CommandText>DELETE FROM [dbo].[Section] WHERE (([Id] = @Original_Id) AND ([SectionName] = @Original_SectionName) AND ([Class] = @Original_Class))</CommandText>
2208                     <Parameters>
2209                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
2210                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SectionName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SectionName" SourceColumnNullMapping="false" SourceVersion="Original" />
2211                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
2212                     </Parameters>
2213                   </DbCommand>
2214                 </DeleteCommand>
2215                 <InsertCommand>
2216                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2217                     <CommandText>INSERT INTO [dbo].[Section] ([Id], [SectionName], [Class]) VALUES (@Id, @SectionName, @Class);
2218 SELECT Id, SectionName, Class FROM Section WHERE (Id = @Id)</CommandText>
2219                     <Parameters>
2220                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
2221                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SectionName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SectionName" SourceColumnNullMapping="false" SourceVersion="Current" />
2222                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
2223                     </Parameters>
2224                   </DbCommand>
2225                 </InsertCommand>
2226                 <SelectCommand>
2227                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2228                     <CommandText>SELECT Id, SectionName, Class FROM dbo.Section</CommandText>
2229                     <Parameters />
2230                   </DbCommand>
2231                 </SelectCommand>
2232                 <UpdateCommand>
2233                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2234                     <CommandText>UPDATE [dbo].[Section] SET [Id] = @Id, [SectionName] = @SectionName, [Class] = @Class WHERE (([Id] = @Original_Id) AND ([SectionName] = @Original_SectionName) AND ([Class] = @Original_Class));
2235 SELECT Id, SectionName, Class FROM Section WHERE (Id = @Id)</CommandText>
2236                     <Parameters>
2237                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
2238                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SectionName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SectionName" SourceColumnNullMapping="false" SourceVersion="Current" />
2239                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
2240                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
2241                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_SectionName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SectionName" SourceColumnNullMapping="false" SourceVersion="Original" />
2242                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Original" />
2243                     </Parameters>
2244                   </DbCommand>
2245                 </UpdateCommand>
2246               </DbSource>
2247             </MainSource>
2248             <Mappings>
2249               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
2250               <Mapping SourceColumn=
"SectionName" DataSetColumn="SectionName" />
2251               <Mapping SourceColumn=
"Class" DataSetColumn="Class" />
2252             </Mappings>
2253             <Sources />
2254           </TableAdapter>
2255           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Session_MasterTableAdapter" GeneratorDataComponentClassName="Session_MasterTableAdapter" Name="Session_Master" UserDataComponentName="Session_MasterTableAdapter">
2256             <MainSource>
2257               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Session_Master" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2258                 <DeleteCommand>
2259                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2260                     <CommandText>DELETE FROM [dbo].[Session_Master] WHERE (([Session] = @Original_Session))</CommandText>
2261                     <Parameters>
2262                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
2263                     </Parameters>
2264                   </DbCommand>
2265                 </DeleteCommand>
2266                 <InsertCommand>
2267                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2268                     <CommandText>INSERT INTO [dbo].[Session_Master] ([Session]) VALUES (@Session);
2269 SELECT Session FROM Session_Master WHERE (Session = @Session)</CommandText>
2270                     <Parameters>
2271                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
2272                     </Parameters>
2273                   </DbCommand>
2274                 </InsertCommand>
2275                 <SelectCommand>
2276                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2277                     <CommandText>SELECT Session FROM dbo.Session_Master</CommandText>
2278                     <Parameters />
2279                   </DbCommand>
2280                 </SelectCommand>
2281                 <UpdateCommand>
2282                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2283                     <CommandText>UPDATE [dbo].[Session_Master] SET [Session] = @Session WHERE (([Session] = @Original_Session));
2284 SELECT Session FROM Session_Master WHERE (Session = @Session)</CommandText>
2285                     <Parameters>
2286                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
2287                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
2288                     </Parameters>
2289                   </DbCommand>
2290                 </UpdateCommand>
2291               </DbSource>
2292             </MainSource>
2293             <Mappings>
2294               <Mapping SourceColumn=
"Session" DataSetColumn="Session" />
2295             </Mappings>
2296             <Sources />
2297           </TableAdapter>
2298           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="StaffTableAdapter" GeneratorDataComponentClassName="StaffTableAdapter" Name="Staff" UserDataComponentName="StaffTableAdapter">
2299             <MainSource>
2300               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Staff" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2301                 <DeleteCommand>
2302                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2303                     <CommandText>DELETE FROM [dbo].[Staff] WHERE (([St_ID] = @Original_St_ID) AND ([StaffID] = @Original_StaffID) AND ([StaffName] = @Original_StaffName) AND ([DateOfJoining] = @Original_DateOfJoining) AND ([Gender] = @Original_Gender) AND ([FatherName] = @Original_FatherName) AND ([TemporaryAddress] = @Original_TemporaryAddress) AND ([PermanentAddress] = @Original_PermanentAddress) AND ([Designation] = @Original_Designation) AND ([Qualifications] = @Original_Qualifications) AND ([DOB] = @Original_DOB) AND ((@IsNull_PhoneNo =
1 AND [PhoneNo] IS NULL) OR ([PhoneNo] = @Original_PhoneNo)) AND ([MobileNo] = @Original_MobileNo) AND ((@IsNull_Email = 1 AND [Email] IS NULL) OR ([Email] = @Original_Email)) AND ([ClassType] = @Original_ClassType) AND ([SchoolID] = @Original_SchoolID) AND ([AccountName] = @Original_AccountName) AND ([AccountNumber] = @Original_AccountNumber) AND ([Bank] = @Original_Bank) AND ([Branch] = @Original_Branch) AND ((@IsNull_IFSCcode = 1 AND [IFSCcode] IS NULL) OR ([IFSCcode] = @Original_IFSCcode)) AND ([Status] = @Original_Status) AND ([Salary] = @Original_Salary))</CommandText>
2304                     <Parameters>
2305                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_St_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="St_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
2306                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
2307                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_StaffName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StaffName" SourceColumnNullMapping="false" SourceVersion="Original" />
2308                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DateOfJoining" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateOfJoining" SourceColumnNullMapping="false" SourceVersion="Original" />
2309                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Gender" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Gender" SourceColumnNullMapping="false" SourceVersion="Original" />
2310                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_FatherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherName" SourceColumnNullMapping="false" SourceVersion="Original" />
2311                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_TemporaryAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="TemporaryAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
2312                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PermanentAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PermanentAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
2313                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Designation" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Designation" SourceColumnNullMapping="false" SourceVersion="Original" />
2314                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Qualifications" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Qualifications" SourceColumnNullMapping="false" SourceVersion="Original" />
2315                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DOB" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DOB" SourceColumnNullMapping="false" SourceVersion="Original" />
2316                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PhoneNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PhoneNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2317                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PhoneNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PhoneNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2318                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_MobileNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="MobileNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2319                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Email" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="true" SourceVersion="Original" />
2320                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Email" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="false" SourceVersion="Original" />
2321                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Original" />
2322                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Original" />
2323                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AccountName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AccountName" SourceColumnNullMapping="false" SourceVersion="Original" />
2324                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AccountNumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AccountNumber" SourceColumnNullMapping="false" SourceVersion="Original" />
2325                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Bank" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Bank" SourceColumnNullMapping="false" SourceVersion="Original" />
2326                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Branch" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Branch" SourceColumnNullMapping="false" SourceVersion="Original" />
2327                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IFSCcode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IFSCcode" SourceColumnNullMapping="true" SourceVersion="Original" />
2328                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_IFSCcode" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="IFSCcode" SourceColumnNullMapping="false" SourceVersion="Original" />
2329                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
2330                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Salary" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Salary" SourceColumnNullMapping="false" SourceVersion="Original" />
2331                     </Parameters>
2332                   </DbCommand>
2333                 </DeleteCommand>
2334                 <InsertCommand>
2335                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2336                     <CommandText>INSERT INTO [dbo].[Staff] ([St_ID], [StaffID], [StaffName], [DateOfJoining], [Gender], [FatherName], [TemporaryAddress], [PermanentAddress], [Designation], [Qualifications], [DOB], [PhoneNo], [MobileNo], [Email], [Photo], [ClassType], [SchoolID], [AccountName], [AccountNumber], [Bank], [Branch], [IFSCcode], [Status], [Salary]) VALUES (@St_ID, @StaffID, @StaffName, @DateOfJoining, @Gender, @FatherName, @TemporaryAddress, @PermanentAddress, @Designation, @Qualifications, @DOB, @PhoneNo, @MobileNo, @Email, @Photo, @ClassType, @SchoolID, @AccountName, @AccountNumber, @Bank, @Branch, @IFSCcode, @Status, @Salary);
2337 SELECT St_ID, StaffID, StaffName, DateOfJoining, Gender, FatherName, TemporaryAddress, PermanentAddress, Designation, Qualifications, DOB, PhoneNo, MobileNo, Email, Photo, ClassType, SchoolID, AccountName, AccountNumber, Bank, Branch, IFSCcode, Status, Salary FROM Staff WHERE (St_ID = @St_ID)</CommandText>
2338                     <Parameters>
2339                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@St_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="St_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
2340                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
2341                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@StaffName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StaffName" SourceColumnNullMapping="false" SourceVersion="Current" />
2342                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateOfJoining" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateOfJoining" SourceColumnNullMapping="false" SourceVersion="Current" />
2343                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Gender" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Gender" SourceColumnNullMapping="false" SourceVersion="Current" />
2344                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@FatherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherName" SourceColumnNullMapping="false" SourceVersion="Current" />
2345                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@TemporaryAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="TemporaryAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
2346                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PermanentAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PermanentAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
2347                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Designation" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Designation" SourceColumnNullMapping="false" SourceVersion="Current" />
2348                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Qualifications" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Qualifications" SourceColumnNullMapping="false" SourceVersion="Current" />
2349                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DOB" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DOB" SourceColumnNullMapping="false" SourceVersion="Current" />
2350                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PhoneNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PhoneNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2351                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@MobileNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="MobileNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2352                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Email" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="false" SourceVersion="Current" />
2353                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Photo" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="Photo" SourceColumnNullMapping="false" SourceVersion="Current" />
2354                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Current" />
2355                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Current" />
2356                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AccountName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AccountName" SourceColumnNullMapping="false" SourceVersion="Current" />
2357                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AccountNumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AccountNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
2358                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Bank" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Bank" SourceColumnNullMapping="false" SourceVersion="Current" />
2359                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Branch" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Branch" SourceColumnNullMapping="false" SourceVersion="Current" />
2360                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@IFSCcode" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="IFSCcode" SourceColumnNullMapping="false" SourceVersion="Current" />
2361                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
2362                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Salary" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Salary" SourceColumnNullMapping="false" SourceVersion="Current" />
2363                     </Parameters>
2364                   </DbCommand>
2365                 </InsertCommand>
2366                 <SelectCommand>
2367                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2368                     <CommandText>SELECT St_ID, StaffID, StaffName, DateOfJoining, Gender, FatherName, TemporaryAddress, PermanentAddress, Designation, Qualifications, DOB, PhoneNo, MobileNo, Email, Photo, ClassType, SchoolID, AccountName, AccountNumber, Bank, Branch, IFSCcode, Status, Salary FROM dbo.Staff</CommandText>
2369                     <Parameters />
2370                   </DbCommand>
2371                 </SelectCommand>
2372                 <UpdateCommand>
2373                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2374                     <CommandText>UPDATE [dbo].[Staff] SET [St_ID] = @St_ID, [StaffID] = @StaffID, [StaffName] = @StaffName, [DateOfJoining] = @DateOfJoining, [Gender] = @Gender, [FatherName] = @FatherName, [TemporaryAddress] = @TemporaryAddress, [PermanentAddress] = @PermanentAddress, [Designation] = @Designation, [Qualifications] = @Qualifications, [DOB] = @DOB, [PhoneNo] = @PhoneNo, [MobileNo] = @MobileNo, [Email] = @Email, [Photo] = @Photo, [ClassType] = @ClassType, [SchoolID] = @SchoolID, [AccountName] = @AccountName, [AccountNumber] = @AccountNumber, [Bank] = @Bank, [Branch] = @Branch, [IFSCcode] = @IFSCcode, [Status] = @Status, [Salary] = @Salary WHERE (([St_ID] = @Original_St_ID) AND ([StaffID] = @Original_StaffID) AND ([StaffName] = @Original_StaffName) AND ([DateOfJoining] = @Original_DateOfJoining) AND ([Gender] = @Original_Gender) AND ([FatherName] = @Original_FatherName) AND ([TemporaryAddress] = @Original_TemporaryAddress) AND ([PermanentAddress] = @Original_PermanentAddress) AND ([Designation] = @Original_Designation) AND ([Qualifications] = @Original_Qualifications) AND ([DOB] = @Original_DOB) AND ((@IsNull_PhoneNo =
1 AND [PhoneNo] IS NULL) OR ([PhoneNo] = @Original_PhoneNo)) AND ([MobileNo] = @Original_MobileNo) AND ((@IsNull_Email = 1 AND [Email] IS NULL) OR ([Email] = @Original_Email)) AND ([ClassType] = @Original_ClassType) AND ([SchoolID] = @Original_SchoolID) AND ([AccountName] = @Original_AccountName) AND ([AccountNumber] = @Original_AccountNumber) AND ([Bank] = @Original_Bank) AND ([Branch] = @Original_Branch) AND ((@IsNull_IFSCcode = 1 AND [IFSCcode] IS NULL) OR ([IFSCcode] = @Original_IFSCcode)) AND ([Status] = @Original_Status) AND ([Salary] = @Original_Salary));
2375 SELECT St_ID, StaffID, StaffName, DateOfJoining, Gender, FatherName, TemporaryAddress, PermanentAddress, Designation, Qualifications, DOB, PhoneNo, MobileNo, Email, Photo, ClassType, SchoolID, AccountName, AccountNumber, Bank, Branch, IFSCcode, Status, Salary FROM Staff WHERE (St_ID = @St_ID)</CommandText>
2376                     <Parameters>
2377                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@St_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="St_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
2378                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
2379                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@StaffName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StaffName" SourceColumnNullMapping="false" SourceVersion="Current" />
2380                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateOfJoining" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateOfJoining" SourceColumnNullMapping="false" SourceVersion="Current" />
2381                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Gender" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Gender" SourceColumnNullMapping="false" SourceVersion="Current" />
2382                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@FatherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherName" SourceColumnNullMapping="false" SourceVersion="Current" />
2383                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@TemporaryAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="TemporaryAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
2384                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PermanentAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PermanentAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
2385                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Designation" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Designation" SourceColumnNullMapping="false" SourceVersion="Current" />
2386                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Qualifications" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Qualifications" SourceColumnNullMapping="false" SourceVersion="Current" />
2387                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DOB" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DOB" SourceColumnNullMapping="false" SourceVersion="Current" />
2388                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PhoneNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PhoneNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2389                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@MobileNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="MobileNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2390                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Email" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="false" SourceVersion="Current" />
2391                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Photo" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="Photo" SourceColumnNullMapping="false" SourceVersion="Current" />
2392                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Current" />
2393                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Current" />
2394                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AccountName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AccountName" SourceColumnNullMapping="false" SourceVersion="Current" />
2395                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AccountNumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AccountNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
2396                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Bank" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Bank" SourceColumnNullMapping="false" SourceVersion="Current" />
2397                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Branch" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Branch" SourceColumnNullMapping="false" SourceVersion="Current" />
2398                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@IFSCcode" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="IFSCcode" SourceColumnNullMapping="false" SourceVersion="Current" />
2399                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
2400                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Salary" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Salary" SourceColumnNullMapping="false" SourceVersion="Current" />
2401                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_St_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="St_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
2402                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
2403                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_StaffName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StaffName" SourceColumnNullMapping="false" SourceVersion="Original" />
2404                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DateOfJoining" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateOfJoining" SourceColumnNullMapping="false" SourceVersion="Original" />
2405                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Gender" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Gender" SourceColumnNullMapping="false" SourceVersion="Original" />
2406                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_FatherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherName" SourceColumnNullMapping="false" SourceVersion="Original" />
2407                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_TemporaryAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="TemporaryAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
2408                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PermanentAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PermanentAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
2409                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Designation" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Designation" SourceColumnNullMapping="false" SourceVersion="Original" />
2410                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Qualifications" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Qualifications" SourceColumnNullMapping="false" SourceVersion="Original" />
2411                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DOB" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DOB" SourceColumnNullMapping="false" SourceVersion="Original" />
2412                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PhoneNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PhoneNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2413                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PhoneNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PhoneNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2414                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_MobileNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="MobileNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2415                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Email" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="true" SourceVersion="Original" />
2416                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Email" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="false" SourceVersion="Original" />
2417                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ClassType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ClassType" SourceColumnNullMapping="false" SourceVersion="Original" />
2418                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Original" />
2419                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AccountName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AccountName" SourceColumnNullMapping="false" SourceVersion="Original" />
2420                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AccountNumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AccountNumber" SourceColumnNullMapping="false" SourceVersion="Original" />
2421                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Bank" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Bank" SourceColumnNullMapping="false" SourceVersion="Original" />
2422                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Branch" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Branch" SourceColumnNullMapping="false" SourceVersion="Original" />
2423                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IFSCcode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IFSCcode" SourceColumnNullMapping="true" SourceVersion="Original" />
2424                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_IFSCcode" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="IFSCcode" SourceColumnNullMapping="false" SourceVersion="Original" />
2425                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
2426                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Salary" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Salary" SourceColumnNullMapping="false" SourceVersion="Original" />
2427                     </Parameters>
2428                   </DbCommand>
2429                 </UpdateCommand>
2430               </DbSource>
2431             </MainSource>
2432             <Mappings>
2433               <Mapping SourceColumn=
"St_ID" DataSetColumn="St_ID" />
2434               <Mapping SourceColumn=
"StaffID" DataSetColumn="StaffID" />
2435               <Mapping SourceColumn=
"StaffName" DataSetColumn="StaffName" />
2436               <Mapping SourceColumn=
"DateOfJoining" DataSetColumn="DateOfJoining" />
2437               <Mapping SourceColumn=
"Gender" DataSetColumn="Gender" />
2438               <Mapping SourceColumn=
"FatherName" DataSetColumn="FatherName" />
2439               <Mapping SourceColumn=
"TemporaryAddress" DataSetColumn="TemporaryAddress" />
2440               <Mapping SourceColumn=
"PermanentAddress" DataSetColumn="PermanentAddress" />
2441               <Mapping SourceColumn=
"Designation" DataSetColumn="Designation" />
2442               <Mapping SourceColumn=
"Qualifications" DataSetColumn="Qualifications" />
2443               <Mapping SourceColumn=
"DOB" DataSetColumn="DOB" />
2444               <Mapping SourceColumn=
"PhoneNo" DataSetColumn="PhoneNo" />
2445               <Mapping SourceColumn=
"MobileNo" DataSetColumn="MobileNo" />
2446               <Mapping SourceColumn=
"Email" DataSetColumn="Email" />
2447               <Mapping SourceColumn=
"Photo" DataSetColumn="Photo" />
2448               <Mapping SourceColumn=
"ClassType" DataSetColumn="ClassType" />
2449               <Mapping SourceColumn=
"SchoolID" DataSetColumn="SchoolID" />
2450               <Mapping SourceColumn=
"AccountName" DataSetColumn="AccountName" />
2451               <Mapping SourceColumn=
"AccountNumber" DataSetColumn="AccountNumber" />
2452               <Mapping SourceColumn=
"Bank" DataSetColumn="Bank" />
2453               <Mapping SourceColumn=
"Branch" DataSetColumn="Branch" />
2454               <Mapping SourceColumn=
"IFSCcode" DataSetColumn="IFSCcode" />
2455               <Mapping SourceColumn=
"Status" DataSetColumn="Status" />
2456               <Mapping SourceColumn=
"Salary" DataSetColumn="Salary" />
2457             </Mappings>
2458             <Sources />
2459           </TableAdapter>
2460           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Staff_DepartmentTableAdapter" GeneratorDataComponentClassName="Staff_DepartmentTableAdapter" Name="Staff_Department" UserDataComponentName="Staff_DepartmentTableAdapter">
2461             <MainSource>
2462               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Staff_Department" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2463                 <DeleteCommand>
2464                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2465                     <CommandText>DELETE FROM [dbo].[Staff_Department] WHERE (([SD_ID] = @Original_SD_ID) AND ([DepartmentID] = @Original_DepartmentID) AND ([StaffID] = @Original_StaffID))</CommandText>
2466                     <Parameters>
2467                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SD_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SD_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
2468                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DepartmentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DepartmentID" SourceColumnNullMapping="false" SourceVersion="Original" />
2469                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
2470                     </Parameters>
2471                   </DbCommand>
2472                 </DeleteCommand>
2473                 <InsertCommand>
2474                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2475                     <CommandText>INSERT INTO [dbo].[Staff_Department] ([DepartmentID], [StaffID]) VALUES (@DepartmentID, @StaffID);
2476 SELECT SD_ID, DepartmentID, StaffID FROM Staff_Department WHERE (SD_ID = SCOPE_IDENTITY())</CommandText>
2477                     <Parameters>
2478                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DepartmentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DepartmentID" SourceColumnNullMapping="false" SourceVersion="Current" />
2479                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
2480                     </Parameters>
2481                   </DbCommand>
2482                 </InsertCommand>
2483                 <SelectCommand>
2484                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2485                     <CommandText>SELECT SD_ID, DepartmentID, StaffID FROM dbo.Staff_Department</CommandText>
2486                     <Parameters />
2487                   </DbCommand>
2488                 </SelectCommand>
2489                 <UpdateCommand>
2490                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2491                     <CommandText>UPDATE [dbo].[Staff_Department] SET [DepartmentID] = @DepartmentID, [StaffID] = @StaffID WHERE (([SD_ID] = @Original_SD_ID) AND ([DepartmentID] = @Original_DepartmentID) AND ([StaffID] = @Original_StaffID));
2492 SELECT SD_ID, DepartmentID, StaffID FROM Staff_Department WHERE (SD_ID = @SD_ID)</CommandText>
2493                     <Parameters>
2494                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DepartmentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DepartmentID" SourceColumnNullMapping="false" SourceVersion="Current" />
2495                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
2496                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SD_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SD_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
2497                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DepartmentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DepartmentID" SourceColumnNullMapping="false" SourceVersion="Original" />
2498                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
2499                       <Parameter AllowDbNull=
"false" AutogeneratedName="SD_ID" ColumnName="SD_ID" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.Staff_Department" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SD_ID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="SD_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
2500                     </Parameters>
2501                   </DbCommand>
2502                 </UpdateCommand>
2503               </DbSource>
2504             </MainSource>
2505             <Mappings>
2506               <Mapping SourceColumn=
"SD_ID" DataSetColumn="SD_ID" />
2507               <Mapping SourceColumn=
"DepartmentID" DataSetColumn="DepartmentID" />
2508               <Mapping SourceColumn=
"StaffID" DataSetColumn="StaffID" />
2509             </Mappings>
2510             <Sources />
2511           </TableAdapter>
2512           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="StaffAttendanceTableAdapter" GeneratorDataComponentClassName="StaffAttendanceTableAdapter" Name="StaffAttendance" UserDataComponentName="StaffAttendanceTableAdapter">
2513             <MainSource>
2514               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.StaffAttendance" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2515                 <DeleteCommand>
2516                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2517                     <CommandText>DELETE FROM [dbo].[StaffAttendance] WHERE (([Id] = @Original_Id) AND ([WorkingDate] = @Original_WorkingDate) AND ([StaffID] = @Original_StaffID) AND ([Status] = @Original_Status) AND ([InTime] = @Original_InTime) AND ([OutTime] = @Original_OutTime))</CommandText>
2518                     <Parameters>
2519                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
2520                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_WorkingDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="WorkingDate" SourceColumnNullMapping="false" SourceVersion="Original" />
2521                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
2522                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
2523                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_InTime" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="InTime" SourceColumnNullMapping="false" SourceVersion="Original" />
2524                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_OutTime" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="OutTime" SourceColumnNullMapping="false" SourceVersion="Original" />
2525                     </Parameters>
2526                   </DbCommand>
2527                 </DeleteCommand>
2528                 <InsertCommand>
2529                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2530                     <CommandText>INSERT INTO [dbo].[StaffAttendance] ([Id], [WorkingDate], [StaffID], [Status], [InTime], [OutTime]) VALUES (@Id, @WorkingDate, @StaffID, @Status, @InTime, @OutTime);
2531 SELECT Id, WorkingDate, StaffID, Status, InTime, OutTime FROM StaffAttendance WHERE (Id = @Id)</CommandText>
2532                     <Parameters>
2533                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
2534                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@WorkingDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="WorkingDate" SourceColumnNullMapping="false" SourceVersion="Current" />
2535                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
2536                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
2537                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@InTime" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="InTime" SourceColumnNullMapping="false" SourceVersion="Current" />
2538                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@OutTime" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="OutTime" SourceColumnNullMapping="false" SourceVersion="Current" />
2539                     </Parameters>
2540                   </DbCommand>
2541                 </InsertCommand>
2542                 <SelectCommand>
2543                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2544                     <CommandText>SELECT Id, WorkingDate, StaffID, Status, InTime, OutTime FROM dbo.StaffAttendance</CommandText>
2545                     <Parameters />
2546                   </DbCommand>
2547                 </SelectCommand>
2548                 <UpdateCommand>
2549                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2550                     <CommandText>UPDATE [dbo].[StaffAttendance] SET [Id] = @Id, [WorkingDate] = @WorkingDate, [StaffID] = @StaffID, [Status] = @Status, [InTime] = @InTime, [OutTime] = @OutTime WHERE (([Id] = @Original_Id) AND ([WorkingDate] = @Original_WorkingDate) AND ([StaffID] = @Original_StaffID) AND ([Status] = @Original_Status) AND ([InTime] = @Original_InTime) AND ([OutTime] = @Original_OutTime));
2551 SELECT Id, WorkingDate, StaffID, Status, InTime, OutTime FROM StaffAttendance WHERE (Id = @Id)</CommandText>
2552                     <Parameters>
2553                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
2554                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@WorkingDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="WorkingDate" SourceColumnNullMapping="false" SourceVersion="Current" />
2555                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
2556                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
2557                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@InTime" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="InTime" SourceColumnNullMapping="false" SourceVersion="Current" />
2558                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@OutTime" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="OutTime" SourceColumnNullMapping="false" SourceVersion="Current" />
2559                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
2560                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_WorkingDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="WorkingDate" SourceColumnNullMapping="false" SourceVersion="Original" />
2561                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
2562                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
2563                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_InTime" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="InTime" SourceColumnNullMapping="false" SourceVersion="Original" />
2564                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_OutTime" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="OutTime" SourceColumnNullMapping="false" SourceVersion="Original" />
2565                     </Parameters>
2566                   </DbCommand>
2567                 </UpdateCommand>
2568               </DbSource>
2569             </MainSource>
2570             <Mappings>
2571               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
2572               <Mapping SourceColumn=
"WorkingDate" DataSetColumn="WorkingDate" />
2573               <Mapping SourceColumn=
"StaffID" DataSetColumn="StaffID" />
2574               <Mapping SourceColumn=
"Status" DataSetColumn="Status" />
2575               <Mapping SourceColumn=
"InTime" DataSetColumn="InTime" />
2576               <Mapping SourceColumn=
"OutTime" DataSetColumn="OutTime" />
2577             </Mappings>
2578             <Sources />
2579           </TableAdapter>
2580           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="StaffPaymentTableAdapter" GeneratorDataComponentClassName="StaffPaymentTableAdapter" Name="StaffPayment" UserDataComponentName="StaffPaymentTableAdapter">
2581             <MainSource>
2582               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.StaffPayment" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2583                 <DeleteCommand>
2584                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2585                     <CommandText>DELETE FROM [dbo].[StaffPayment] WHERE (([Id] = @Original_Id) AND ([PaymentID] = @Original_PaymentID) AND ([DateFrom] = @Original_DateFrom) AND ([DateTo] = @Original_DateTo) AND ([StaffID] = @Original_StaffID) AND ([PresentDays] = @Original_PresentDays) AND ([Salary] = @Original_Salary) AND ([Advance] = @Original_Advance) AND ([Deduction] = @Original_Deduction) AND ([PaymentDate] = @Original_PaymentDate) AND ([ModeOfPayment] = @Original_ModeOfPayment) AND ([NetPay] = @Original_NetPay))</CommandText>
2586                     <Parameters>
2587                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
2588                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
2589                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DateFrom" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateFrom" SourceColumnNullMapping="false" SourceVersion="Original" />
2590                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DateTo" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateTo" SourceColumnNullMapping="false" SourceVersion="Original" />
2591                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
2592                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PresentDays" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PresentDays" SourceColumnNullMapping="false" SourceVersion="Original" />
2593                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Salary" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Salary" SourceColumnNullMapping="false" SourceVersion="Original" />
2594                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Advance" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Advance" SourceColumnNullMapping="false" SourceVersion="Original" />
2595                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Deduction" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Deduction" SourceColumnNullMapping="false" SourceVersion="Original" />
2596                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Original" />
2597                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Original" />
2598                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NetPay" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="NetPay" SourceColumnNullMapping="false" SourceVersion="Original" />
2599                     </Parameters>
2600                   </DbCommand>
2601                 </DeleteCommand>
2602                 <InsertCommand>
2603                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2604                     <CommandText>INSERT INTO [dbo].[StaffPayment] ([Id], [PaymentID], [DateFrom], [DateTo], [StaffID], [PresentDays], [Salary], [Advance], [Deduction], [PaymentDate], [ModeOfPayment], [PaymentModeDetails], [NetPay]) VALUES (@Id, @PaymentID, @DateFrom, @DateTo, @StaffID, @PresentDays, @Salary, @Advance, @Deduction, @PaymentDate, @ModeOfPayment, @PaymentModeDetails, @NetPay);
2605 SELECT Id, PaymentID, DateFrom, DateTo, StaffID, PresentDays, Salary, Advance, Deduction, PaymentDate, ModeOfPayment, PaymentModeDetails, NetPay FROM StaffPayment WHERE (Id = @Id)</CommandText>
2606                     <Parameters>
2607                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
2608                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
2609                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateFrom" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateFrom" SourceColumnNullMapping="false" SourceVersion="Current" />
2610                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateTo" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateTo" SourceColumnNullMapping="false" SourceVersion="Current" />
2611                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
2612                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PresentDays" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PresentDays" SourceColumnNullMapping="false" SourceVersion="Current" />
2613                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Salary" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Salary" SourceColumnNullMapping="false" SourceVersion="Current" />
2614                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Advance" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Advance" SourceColumnNullMapping="false" SourceVersion="Current" />
2615                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Deduction" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Deduction" SourceColumnNullMapping="false" SourceVersion="Current" />
2616                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Current" />
2617                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Current" />
2618                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Current" />
2619                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NetPay" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="NetPay" SourceColumnNullMapping="false" SourceVersion="Current" />
2620                     </Parameters>
2621                   </DbCommand>
2622                 </InsertCommand>
2623                 <SelectCommand>
2624                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2625                     <CommandText>SELECT Id, PaymentID, DateFrom, DateTo, StaffID, PresentDays, Salary, Advance, Deduction, PaymentDate, ModeOfPayment, PaymentModeDetails, NetPay FROM dbo.StaffPayment</CommandText>
2626                     <Parameters />
2627                   </DbCommand>
2628                 </SelectCommand>
2629                 <UpdateCommand>
2630                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2631                     <CommandText>UPDATE [dbo].[StaffPayment] SET [Id] = @Id, [PaymentID] = @PaymentID, [DateFrom] = @DateFrom, [DateTo] = @DateTo, [StaffID] = @StaffID, [PresentDays] = @PresentDays, [Salary] = @Salary, [Advance] = @Advance, [Deduction] = @Deduction, [PaymentDate] = @PaymentDate, [ModeOfPayment] = @ModeOfPayment, [PaymentModeDetails] = @PaymentModeDetails, [NetPay] = @NetPay WHERE (([Id] = @Original_Id) AND ([PaymentID] = @Original_PaymentID) AND ([DateFrom] = @Original_DateFrom) AND ([DateTo] = @Original_DateTo) AND ([StaffID] = @Original_StaffID) AND ([PresentDays] = @Original_PresentDays) AND ([Salary] = @Original_Salary) AND ([Advance] = @Original_Advance) AND ([Deduction] = @Original_Deduction) AND ([PaymentDate] = @Original_PaymentDate) AND ([ModeOfPayment] = @Original_ModeOfPayment) AND ([NetPay] = @Original_NetPay));
2632 SELECT Id, PaymentID, DateFrom, DateTo, StaffID, PresentDays, Salary, Advance, Deduction, PaymentDate, ModeOfPayment, PaymentModeDetails, NetPay FROM StaffPayment WHERE (Id = @Id)</CommandText>
2633                     <Parameters>
2634                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
2635                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Current" />
2636                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateFrom" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateFrom" SourceColumnNullMapping="false" SourceVersion="Current" />
2637                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateTo" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateTo" SourceColumnNullMapping="false" SourceVersion="Current" />
2638                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
2639                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PresentDays" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PresentDays" SourceColumnNullMapping="false" SourceVersion="Current" />
2640                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Salary" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Salary" SourceColumnNullMapping="false" SourceVersion="Current" />
2641                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Advance" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Advance" SourceColumnNullMapping="false" SourceVersion="Current" />
2642                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Deduction" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Deduction" SourceColumnNullMapping="false" SourceVersion="Current" />
2643                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Current" />
2644                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Current" />
2645                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PaymentModeDetails" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PaymentModeDetails" SourceColumnNullMapping="false" SourceVersion="Current" />
2646                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NetPay" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="NetPay" SourceColumnNullMapping="false" SourceVersion="Current" />
2647                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Original" />
2648                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PaymentID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PaymentID" SourceColumnNullMapping="false" SourceVersion="Original" />
2649                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DateFrom" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateFrom" SourceColumnNullMapping="false" SourceVersion="Original" />
2650                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DateTo" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateTo" SourceColumnNullMapping="false" SourceVersion="Original" />
2651                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Original" />
2652                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PresentDays" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PresentDays" SourceColumnNullMapping="false" SourceVersion="Original" />
2653                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Salary" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Salary" SourceColumnNullMapping="false" SourceVersion="Original" />
2654                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Advance" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Advance" SourceColumnNullMapping="false" SourceVersion="Original" />
2655                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Deduction" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Deduction" SourceColumnNullMapping="false" SourceVersion="Original" />
2656                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_PaymentDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PaymentDate" SourceColumnNullMapping="false" SourceVersion="Original" />
2657                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ModeOfPayment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeOfPayment" SourceColumnNullMapping="false" SourceVersion="Original" />
2658                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NetPay" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="NetPay" SourceColumnNullMapping="false" SourceVersion="Original" />
2659                     </Parameters>
2660                   </DbCommand>
2661                 </UpdateCommand>
2662               </DbSource>
2663             </MainSource>
2664             <Mappings>
2665               <Mapping SourceColumn=
"Id" DataSetColumn="Id" />
2666               <Mapping SourceColumn=
"PaymentID" DataSetColumn="PaymentID" />
2667               <Mapping SourceColumn=
"DateFrom" DataSetColumn="DateFrom" />
2668               <Mapping SourceColumn=
"DateTo" DataSetColumn="DateTo" />
2669               <Mapping SourceColumn=
"StaffID" DataSetColumn="StaffID" />
2670               <Mapping SourceColumn=
"PresentDays" DataSetColumn="PresentDays" />
2671               <Mapping SourceColumn=
"Salary" DataSetColumn="Salary" />
2672               <Mapping SourceColumn=
"Advance" DataSetColumn="Advance" />
2673               <Mapping SourceColumn=
"Deduction" DataSetColumn="Deduction" />
2674               <Mapping SourceColumn=
"PaymentDate" DataSetColumn="PaymentDate" />
2675               <Mapping SourceColumn=
"ModeOfPayment" DataSetColumn="ModeOfPayment" />
2676               <Mapping SourceColumn=
"PaymentModeDetails" DataSetColumn="PaymentModeDetails" />
2677               <Mapping SourceColumn=
"NetPay" DataSetColumn="NetPay" />
2678             </Mappings>
2679             <Sources />
2680           </TableAdapter>
2681           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="StudentTableAdapter" GeneratorDataComponentClassName="StudentTableAdapter" Name="Student" UserDataComponentName="StudentTableAdapter">
2682             <MainSource>
2683               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Student" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2684                 <DeleteCommand>
2685                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2686                     <CommandText>DELETE FROM [dbo].[Student] WHERE (([AdmissionNo] = @Original_AdmissionNo) AND ((@IsNull_EnrollmentNo =
1 AND [EnrollmentNo] IS NULL) OR ([EnrollmentNo] = @Original_EnrollmentNo)) AND ((@IsNull_GRNo = 1 AND [GRNo] IS NULL) OR ([GRNo] = @Original_GRNo)) AND ((@IsNull_UID = 1 AND [UID] IS NULL) OR ([UID] = @Original_UID)) AND ([StudentName] = @Original_StudentName) AND ([FatherName] = @Original_FatherName) AND ([MotherName] = @Original_MotherName) AND ((@IsNull_FatherCN = 1 AND [FatherCN] IS NULL) OR ([FatherCN] = @Original_FatherCN)) AND ([PermanentAddress] = @Original_PermanentAddress) AND ([TemporaryAddress] = @Original_TemporaryAddress) AND ([ContactNo] = @Original_ContactNo) AND ((@IsNull_EmailID = 1 AND [EmailID] IS NULL) OR ([EmailID] = @Original_EmailID)) AND ([DOB] = @Original_DOB) AND ([Gender] = @Original_Gender) AND ([AdmissionDate] = @Original_AdmissionDate) AND ([Session] = @Original_Session) AND ([Caste] = @Original_Caste) AND ([Religion] = @Original_Religion) AND ([SectionID] = @Original_SectionID) AND ((@IsNull_Nationality = 1 AND [Nationality] IS NULL) OR ([Nationality] = @Original_Nationality)) AND ([SchoolID] = @Original_SchoolID) AND ((@IsNull_LastSchoolAttended = 1 AND [LastSchoolAttended] IS NULL) OR ([LastSchoolAttended] = @Original_LastSchoolAttended)) AND ((@IsNull_Result = 1 AND [Result] IS NULL) OR ([Result] = @Original_Result)) AND ((@IsNull_PassPercentage = 1 AND [PassPercentage] IS NULL) OR ([PassPercentage] = @Original_PassPercentage)) AND ([Status] = @Original_Status))</CommandText>
2687                     <Parameters>
2688                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2689                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EnrollmentNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EnrollmentNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2690                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_EnrollmentNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="EnrollmentNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2691                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_GRNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GRNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2692                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_GRNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="GRNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2693                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UID" SourceColumnNullMapping="true" SourceVersion="Original" />
2694                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_UID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UID" SourceColumnNullMapping="false" SourceVersion="Original" />
2695                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_StudentName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StudentName" SourceColumnNullMapping="false" SourceVersion="Original" />
2696                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_FatherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherName" SourceColumnNullMapping="false" SourceVersion="Original" />
2697                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_MotherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="MotherName" SourceColumnNullMapping="false" SourceVersion="Original" />
2698                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FatherCN" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FatherCN" SourceColumnNullMapping="true" SourceVersion="Original" />
2699                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_FatherCN" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherCN" SourceColumnNullMapping="false" SourceVersion="Original" />
2700                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PermanentAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PermanentAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
2701                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_TemporaryAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="TemporaryAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
2702                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2703                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EmailID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="true" SourceVersion="Original" />
2704                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_EmailID" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="false" SourceVersion="Original" />
2705                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DOB" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DOB" SourceColumnNullMapping="false" SourceVersion="Original" />
2706                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Gender" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Gender" SourceColumnNullMapping="false" SourceVersion="Original" />
2707                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_AdmissionDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="AdmissionDate" SourceColumnNullMapping="false" SourceVersion="Original" />
2708                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
2709                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Caste" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Caste" SourceColumnNullMapping="false" SourceVersion="Original" />
2710                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Religion" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Religion" SourceColumnNullMapping="false" SourceVersion="Original" />
2711                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SectionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SectionID" SourceColumnNullMapping="false" SourceVersion="Original" />
2712                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Nationality" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Nationality" SourceColumnNullMapping="true" SourceVersion="Original" />
2713                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Nationality" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Nationality" SourceColumnNullMapping="false" SourceVersion="Original" />
2714                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Original" />
2715                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LastSchoolAttended" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LastSchoolAttended" SourceColumnNullMapping="true" SourceVersion="Original" />
2716                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_LastSchoolAttended" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="LastSchoolAttended" SourceColumnNullMapping="false" SourceVersion="Original" />
2717                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Result" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Result" SourceColumnNullMapping="true" SourceVersion="Original" />
2718                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Result" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Result" SourceColumnNullMapping="false" SourceVersion="Original" />
2719                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PassPercentage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PassPercentage" SourceColumnNullMapping="true" SourceVersion="Original" />
2720                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PassPercentage" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PassPercentage" SourceColumnNullMapping="false" SourceVersion="Original" />
2721                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
2722                     </Parameters>
2723                   </DbCommand>
2724                 </DeleteCommand>
2725                 <InsertCommand>
2726                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2727                     <CommandText>INSERT INTO [dbo].[Student] ([AdmissionNo], [EnrollmentNo], [GRNo], [UID], [StudentName], [FatherName], [MotherName], [FatherCN], [PermanentAddress], [TemporaryAddress], [ContactNo], [EmailID], [DOB], [Gender], [AdmissionDate], [Session], [Caste], [Religion], [SectionID], [Photo], [Nationality], [SchoolID], [LastSchoolAttended], [Result], [PassPercentage], [Status]) VALUES (@AdmissionNo, @EnrollmentNo, @GRNo, @UID, @StudentName, @FatherName, @MotherName, @FatherCN, @PermanentAddress, @TemporaryAddress, @ContactNo, @EmailID, @DOB, @Gender, @AdmissionDate, @Session, @Caste, @Religion, @SectionID, @Photo, @Nationality, @SchoolID, @LastSchoolAttended, @Result, @PassPercentage, @Status);
2728 SELECT AdmissionNo, EnrollmentNo, GRNo, UID, StudentName, FatherName, MotherName, FatherCN, PermanentAddress, TemporaryAddress, ContactNo, EmailID, DOB, Gender, AdmissionDate, Session, Caste, Religion, SectionID, Photo, Nationality, SchoolID, LastSchoolAttended, Result, PassPercentage, Status FROM Student WHERE (AdmissionNo = @AdmissionNo)</CommandText>
2729                     <Parameters>
2730                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2731                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@EnrollmentNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="EnrollmentNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2732                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@GRNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="GRNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2733                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UID" SourceColumnNullMapping="false" SourceVersion="Current" />
2734                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@StudentName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StudentName" SourceColumnNullMapping="false" SourceVersion="Current" />
2735                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@FatherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherName" SourceColumnNullMapping="false" SourceVersion="Current" />
2736                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@MotherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="MotherName" SourceColumnNullMapping="false" SourceVersion="Current" />
2737                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@FatherCN" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherCN" SourceColumnNullMapping="false" SourceVersion="Current" />
2738                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PermanentAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PermanentAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
2739                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@TemporaryAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="TemporaryAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
2740                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2741                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@EmailID" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="false" SourceVersion="Current" />
2742                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DOB" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DOB" SourceColumnNullMapping="false" SourceVersion="Current" />
2743                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Gender" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Gender" SourceColumnNullMapping="false" SourceVersion="Current" />
2744                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@AdmissionDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="AdmissionDate" SourceColumnNullMapping="false" SourceVersion="Current" />
2745                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
2746                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Caste" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Caste" SourceColumnNullMapping="false" SourceVersion="Current" />
2747                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Religion" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Religion" SourceColumnNullMapping="false" SourceVersion="Current" />
2748                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SectionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SectionID" SourceColumnNullMapping="false" SourceVersion="Current" />
2749                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Photo" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="Photo" SourceColumnNullMapping="false" SourceVersion="Current" />
2750                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Nationality" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Nationality" SourceColumnNullMapping="false" SourceVersion="Current" />
2751                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Current" />
2752                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@LastSchoolAttended" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="LastSchoolAttended" SourceColumnNullMapping="false" SourceVersion="Current" />
2753                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Result" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Result" SourceColumnNullMapping="false" SourceVersion="Current" />
2754                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PassPercentage" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PassPercentage" SourceColumnNullMapping="false" SourceVersion="Current" />
2755                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
2756                     </Parameters>
2757                   </DbCommand>
2758                 </InsertCommand>
2759                 <SelectCommand>
2760                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2761                     <CommandText>SELECT AdmissionNo, EnrollmentNo, GRNo, UID, StudentName, FatherName, MotherName, FatherCN, PermanentAddress, TemporaryAddress, ContactNo, EmailID, DOB, Gender, AdmissionDate, Session, Caste, Religion, SectionID, Photo, Nationality, SchoolID, LastSchoolAttended, Result, PassPercentage, Status FROM dbo.Student</CommandText>
2762                     <Parameters />
2763                   </DbCommand>
2764                 </SelectCommand>
2765                 <UpdateCommand>
2766                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2767                     <CommandText>UPDATE [dbo].[Student] SET [AdmissionNo] = @AdmissionNo, [EnrollmentNo] = @EnrollmentNo, [GRNo] = @GRNo, [UID] = @UID, [StudentName] = @StudentName, [FatherName] = @FatherName, [MotherName] = @MotherName, [FatherCN] = @FatherCN, [PermanentAddress] = @PermanentAddress, [TemporaryAddress] = @TemporaryAddress, [ContactNo] = @ContactNo, [EmailID] = @EmailID, [DOB] = @DOB, [Gender] = @Gender, [AdmissionDate] = @AdmissionDate, [Session] = @Session, [Caste] = @Caste, [Religion] = @Religion, [SectionID] = @SectionID, [Photo] = @Photo, [Nationality] = @Nationality, [SchoolID] = @SchoolID, [LastSchoolAttended] = @LastSchoolAttended, [Result] = @Result, [PassPercentage] = @PassPercentage, [Status] = @Status WHERE (([AdmissionNo] = @Original_AdmissionNo) AND ((@IsNull_EnrollmentNo =
1 AND [EnrollmentNo] IS NULL) OR ([EnrollmentNo] = @Original_EnrollmentNo)) AND ((@IsNull_GRNo = 1 AND [GRNo] IS NULL) OR ([GRNo] = @Original_GRNo)) AND ((@IsNull_UID = 1 AND [UID] IS NULL) OR ([UID] = @Original_UID)) AND ([StudentName] = @Original_StudentName) AND ([FatherName] = @Original_FatherName) AND ([MotherName] = @Original_MotherName) AND ((@IsNull_FatherCN = 1 AND [FatherCN] IS NULL) OR ([FatherCN] = @Original_FatherCN)) AND ([PermanentAddress] = @Original_PermanentAddress) AND ([TemporaryAddress] = @Original_TemporaryAddress) AND ([ContactNo] = @Original_ContactNo) AND ((@IsNull_EmailID = 1 AND [EmailID] IS NULL) OR ([EmailID] = @Original_EmailID)) AND ([DOB] = @Original_DOB) AND ([Gender] = @Original_Gender) AND ([AdmissionDate] = @Original_AdmissionDate) AND ([Session] = @Original_Session) AND ([Caste] = @Original_Caste) AND ([Religion] = @Original_Religion) AND ([SectionID] = @Original_SectionID) AND ((@IsNull_Nationality = 1 AND [Nationality] IS NULL) OR ([Nationality] = @Original_Nationality)) AND ([SchoolID] = @Original_SchoolID) AND ((@IsNull_LastSchoolAttended = 1 AND [LastSchoolAttended] IS NULL) OR ([LastSchoolAttended] = @Original_LastSchoolAttended)) AND ((@IsNull_Result = 1 AND [Result] IS NULL) OR ([Result] = @Original_Result)) AND ((@IsNull_PassPercentage = 1 AND [PassPercentage] IS NULL) OR ([PassPercentage] = @Original_PassPercentage)) AND ([Status] = @Original_Status));
2768 SELECT AdmissionNo, EnrollmentNo, GRNo, UID, StudentName, FatherName, MotherName, FatherCN, PermanentAddress, TemporaryAddress, ContactNo, EmailID, DOB, Gender, AdmissionDate, Session, Caste, Religion, SectionID, Photo, Nationality, SchoolID, LastSchoolAttended, Result, PassPercentage, Status FROM Student WHERE (AdmissionNo = @AdmissionNo)</CommandText>
2769                     <Parameters>
2770                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2771                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@EnrollmentNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="EnrollmentNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2772                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@GRNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="GRNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2773                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UID" SourceColumnNullMapping="false" SourceVersion="Current" />
2774                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@StudentName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StudentName" SourceColumnNullMapping="false" SourceVersion="Current" />
2775                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@FatherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherName" SourceColumnNullMapping="false" SourceVersion="Current" />
2776                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@MotherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="MotherName" SourceColumnNullMapping="false" SourceVersion="Current" />
2777                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@FatherCN" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherCN" SourceColumnNullMapping="false" SourceVersion="Current" />
2778                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PermanentAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PermanentAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
2779                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@TemporaryAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="TemporaryAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
2780                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2781                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@EmailID" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="false" SourceVersion="Current" />
2782                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DOB" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DOB" SourceColumnNullMapping="false" SourceVersion="Current" />
2783                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Gender" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Gender" SourceColumnNullMapping="false" SourceVersion="Current" />
2784                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@AdmissionDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="AdmissionDate" SourceColumnNullMapping="false" SourceVersion="Current" />
2785                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Current" />
2786                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Caste" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Caste" SourceColumnNullMapping="false" SourceVersion="Current" />
2787                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Religion" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Religion" SourceColumnNullMapping="false" SourceVersion="Current" />
2788                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SectionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SectionID" SourceColumnNullMapping="false" SourceVersion="Current" />
2789                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Photo" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="Photo" SourceColumnNullMapping="false" SourceVersion="Current" />
2790                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Nationality" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Nationality" SourceColumnNullMapping="false" SourceVersion="Current" />
2791                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Current" />
2792                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@LastSchoolAttended" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="LastSchoolAttended" SourceColumnNullMapping="false" SourceVersion="Current" />
2793                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Result" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Result" SourceColumnNullMapping="false" SourceVersion="Current" />
2794                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PassPercentage" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PassPercentage" SourceColumnNullMapping="false" SourceVersion="Current" />
2795                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
2796                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2797                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EnrollmentNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EnrollmentNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2798                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_EnrollmentNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="EnrollmentNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2799                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_GRNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GRNo" SourceColumnNullMapping="true" SourceVersion="Original" />
2800                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_GRNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="GRNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2801                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UID" SourceColumnNullMapping="true" SourceVersion="Original" />
2802                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_UID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UID" SourceColumnNullMapping="false" SourceVersion="Original" />
2803                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_StudentName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="StudentName" SourceColumnNullMapping="false" SourceVersion="Original" />
2804                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_FatherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherName" SourceColumnNullMapping="false" SourceVersion="Original" />
2805                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_MotherName" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="MotherName" SourceColumnNullMapping="false" SourceVersion="Original" />
2806                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FatherCN" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FatherCN" SourceColumnNullMapping="true" SourceVersion="Original" />
2807                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_FatherCN" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="FatherCN" SourceColumnNullMapping="false" SourceVersion="Original" />
2808                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PermanentAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PermanentAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
2809                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_TemporaryAddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="TemporaryAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
2810                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_ContactNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ContactNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2811                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EmailID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="true" SourceVersion="Original" />
2812                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_EmailID" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="EmailID" SourceColumnNullMapping="false" SourceVersion="Original" />
2813                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DOB" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DOB" SourceColumnNullMapping="false" SourceVersion="Original" />
2814                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Gender" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Gender" SourceColumnNullMapping="false" SourceVersion="Original" />
2815                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_AdmissionDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="AdmissionDate" SourceColumnNullMapping="false" SourceVersion="Original" />
2816                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Session" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Session" SourceColumnNullMapping="false" SourceVersion="Original" />
2817                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Caste" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Caste" SourceColumnNullMapping="false" SourceVersion="Original" />
2818                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Religion" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Religion" SourceColumnNullMapping="false" SourceVersion="Original" />
2819                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SectionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SectionID" SourceColumnNullMapping="false" SourceVersion="Original" />
2820                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Nationality" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Nationality" SourceColumnNullMapping="true" SourceVersion="Original" />
2821                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Nationality" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Nationality" SourceColumnNullMapping="false" SourceVersion="Original" />
2822                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Original" />
2823                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LastSchoolAttended" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LastSchoolAttended" SourceColumnNullMapping="true" SourceVersion="Original" />
2824                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_LastSchoolAttended" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="LastSchoolAttended" SourceColumnNullMapping="false" SourceVersion="Original" />
2825                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Result" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Result" SourceColumnNullMapping="true" SourceVersion="Original" />
2826                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Result" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Result" SourceColumnNullMapping="false" SourceVersion="Original" />
2827                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PassPercentage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PassPercentage" SourceColumnNullMapping="true" SourceVersion="Original" />
2828                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_PassPercentage" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PassPercentage" SourceColumnNullMapping="false" SourceVersion="Original" />
2829                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Original" />
2830                     </Parameters>
2831                   </DbCommand>
2832                 </UpdateCommand>
2833               </DbSource>
2834             </MainSource>
2835             <Mappings>
2836               <Mapping SourceColumn=
"AdmissionNo" DataSetColumn="AdmissionNo" />
2837               <Mapping SourceColumn=
"EnrollmentNo" DataSetColumn="EnrollmentNo" />
2838               <Mapping SourceColumn=
"GRNo" DataSetColumn="GRNo" />
2839               <Mapping SourceColumn=
"UID" DataSetColumn="UID" />
2840               <Mapping SourceColumn=
"StudentName" DataSetColumn="StudentName" />
2841               <Mapping SourceColumn=
"FatherName" DataSetColumn="FatherName" />
2842               <Mapping SourceColumn=
"MotherName" DataSetColumn="MotherName" />
2843               <Mapping SourceColumn=
"FatherCN" DataSetColumn="FatherCN" />
2844               <Mapping SourceColumn=
"PermanentAddress" DataSetColumn="PermanentAddress" />
2845               <Mapping SourceColumn=
"TemporaryAddress" DataSetColumn="TemporaryAddress" />
2846               <Mapping SourceColumn=
"ContactNo" DataSetColumn="ContactNo" />
2847               <Mapping SourceColumn=
"EmailID" DataSetColumn="EmailID" />
2848               <Mapping SourceColumn=
"DOB" DataSetColumn="DOB" />
2849               <Mapping SourceColumn=
"Gender" DataSetColumn="Gender" />
2850               <Mapping SourceColumn=
"AdmissionDate" DataSetColumn="AdmissionDate" />
2851               <Mapping SourceColumn=
"Session" DataSetColumn="Session" />
2852               <Mapping SourceColumn=
"Caste" DataSetColumn="Caste" />
2853               <Mapping SourceColumn=
"Religion" DataSetColumn="Religion" />
2854               <Mapping SourceColumn=
"SectionID" DataSetColumn="SectionID" />
2855               <Mapping SourceColumn=
"Photo" DataSetColumn="Photo" />
2856               <Mapping SourceColumn=
"Nationality" DataSetColumn="Nationality" />
2857               <Mapping SourceColumn=
"SchoolID" DataSetColumn="SchoolID" />
2858               <Mapping SourceColumn=
"LastSchoolAttended" DataSetColumn="LastSchoolAttended" />
2859               <Mapping SourceColumn=
"Result" DataSetColumn="Result" />
2860               <Mapping SourceColumn=
"PassPercentage" DataSetColumn="PassPercentage" />
2861               <Mapping SourceColumn=
"Status" DataSetColumn="Status" />
2862             </Mappings>
2863             <Sources />
2864           </TableAdapter>
2865           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="StudentDocSubmittedTableAdapter" GeneratorDataComponentClassName="StudentDocSubmittedTableAdapter" Name="StudentDocSubmitted" UserDataComponentName="StudentDocSubmittedTableAdapter">
2866             <MainSource>
2867               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.StudentDocSubmitted" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2868                 <DeleteCommand>
2869                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2870                     <CommandText>DELETE FROM [dbo].[StudentDocSubmitted] WHERE (([SDS_id] = @Original_SDS_id) AND ([AdmissionNo] = @Original_AdmissionNo) AND ([DocId] = @Original_DocId))</CommandText>
2871                     <Parameters>
2872                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SDS_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SDS_id" SourceColumnNullMapping="false" SourceVersion="Original" />
2873                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2874                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DocId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocId" SourceColumnNullMapping="false" SourceVersion="Original" />
2875                     </Parameters>
2876                   </DbCommand>
2877                 </DeleteCommand>
2878                 <InsertCommand>
2879                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2880                     <CommandText>INSERT INTO [dbo].[StudentDocSubmitted] ([AdmissionNo], [DocId]) VALUES (@AdmissionNo, @DocId);
2881 SELECT SDS_id, AdmissionNo, DocId FROM StudentDocSubmitted WHERE (SDS_id = SCOPE_IDENTITY())</CommandText>
2882                     <Parameters>
2883                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2884                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocId" SourceColumnNullMapping="false" SourceVersion="Current" />
2885                     </Parameters>
2886                   </DbCommand>
2887                 </InsertCommand>
2888                 <SelectCommand>
2889                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2890                     <CommandText>SELECT SDS_id, AdmissionNo, DocId FROM dbo.StudentDocSubmitted</CommandText>
2891                     <Parameters />
2892                   </DbCommand>
2893                 </SelectCommand>
2894                 <UpdateCommand>
2895                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2896                     <CommandText>UPDATE [dbo].[StudentDocSubmitted] SET [AdmissionNo] = @AdmissionNo, [DocId] = @DocId WHERE (([SDS_id] = @Original_SDS_id) AND ([AdmissionNo] = @Original_AdmissionNo) AND ([DocId] = @Original_DocId));
2897 SELECT SDS_id, AdmissionNo, DocId FROM StudentDocSubmitted WHERE (SDS_id = @SDS_id)</CommandText>
2898                     <Parameters>
2899                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2900                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocId" SourceColumnNullMapping="false" SourceVersion="Current" />
2901                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SDS_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SDS_id" SourceColumnNullMapping="false" SourceVersion="Original" />
2902                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_AdmissionNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AdmissionNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2903                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DocId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocId" SourceColumnNullMapping="false" SourceVersion="Original" />
2904                       <Parameter AllowDbNull=
"false" AutogeneratedName="SDS_id" ColumnName="SDS_id" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.StudentDocSubmitted" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SDS_id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="SDS_id" SourceColumnNullMapping="false" SourceVersion="Current" />
2905                     </Parameters>
2906                   </DbCommand>
2907                 </UpdateCommand>
2908               </DbSource>
2909             </MainSource>
2910             <Mappings>
2911               <Mapping SourceColumn=
"SDS_id" DataSetColumn="SDS_id" />
2912               <Mapping SourceColumn=
"AdmissionNo" DataSetColumn="AdmissionNo" />
2913               <Mapping SourceColumn=
"DocId" DataSetColumn="DocId" />
2914             </Mappings>
2915             <Sources />
2916           </TableAdapter>
2917           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VoucherTableAdapter" GeneratorDataComponentClassName="VoucherTableAdapter" Name="Voucher" UserDataComponentName="VoucherTableAdapter">
2918             <MainSource>
2919               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Voucher" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2920                 <DeleteCommand>
2921                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2922                     <CommandText>DELETE FROM [dbo].[Voucher] WHERE (([ID] = @Original_ID) AND ([VoucherNo] = @Original_VoucherNo) AND ([Date] = @Original_Date) AND ([Name] = @Original_Name) AND ([Details] = @Original_Details) AND ([SchoolID] = @Original_SchoolID) AND ((@IsNull_GrandTotal =
1 AND [GrandTotal] IS NULL) OR ([GrandTotal] = @Original_GrandTotal)))</CommandText>
2923                     <Parameters>
2924                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Original" />
2925                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_VoucherNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="VoucherNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2926                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Date" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Date" SourceColumnNullMapping="false" SourceVersion="Original" />
2927                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Original" />
2928                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Details" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Details" SourceColumnNullMapping="false" SourceVersion="Original" />
2929                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Original" />
2930                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_GrandTotal" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="true" SourceVersion="Original" />
2931                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Original" />
2932                     </Parameters>
2933                   </DbCommand>
2934                 </DeleteCommand>
2935                 <InsertCommand>
2936                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2937                     <CommandText>INSERT INTO [dbo].[Voucher] ([ID], [VoucherNo], [Date], [Name], [Details], [SchoolID], [GrandTotal]) VALUES (@ID, @VoucherNo, @Date, @Name, @Details, @SchoolID, @GrandTotal);
2938 SELECT ID, VoucherNo, Date, Name, Details, SchoolID, GrandTotal FROM Voucher WHERE (ID = @ID)</CommandText>
2939                     <Parameters>
2940                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Current" />
2941                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@VoucherNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="VoucherNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2942                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Date" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Date" SourceColumnNullMapping="false" SourceVersion="Current" />
2943                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
2944                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Details" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Details" SourceColumnNullMapping="false" SourceVersion="Current" />
2945                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Current" />
2946                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Current" />
2947                     </Parameters>
2948                   </DbCommand>
2949                 </InsertCommand>
2950                 <SelectCommand>
2951                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2952                     <CommandText>SELECT ID, VoucherNo, Date, Name, Details, SchoolID, GrandTotal FROM dbo.Voucher</CommandText>
2953                     <Parameters />
2954                   </DbCommand>
2955                 </SelectCommand>
2956                 <UpdateCommand>
2957                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2958                     <CommandText>UPDATE [dbo].[Voucher] SET [ID] = @ID, [VoucherNo] = @VoucherNo, [Date] = @Date, [Name] = @Name, [Details] = @Details, [SchoolID] = @SchoolID, [GrandTotal] = @GrandTotal WHERE (([ID] = @Original_ID) AND ([VoucherNo] = @Original_VoucherNo) AND ([Date] = @Original_Date) AND ([Name] = @Original_Name) AND ([Details] = @Original_Details) AND ([SchoolID] = @Original_SchoolID) AND ((@IsNull_GrandTotal =
1 AND [GrandTotal] IS NULL) OR ([GrandTotal] = @Original_GrandTotal)));
2959 SELECT ID, VoucherNo, Date, Name, Details, SchoolID, GrandTotal FROM Voucher WHERE (ID = @ID)</CommandText>
2960                     <Parameters>
2961                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Current" />
2962                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@VoucherNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="VoucherNo" SourceColumnNullMapping="false" SourceVersion="Current" />
2963                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Date" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Date" SourceColumnNullMapping="false" SourceVersion="Current" />
2964                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
2965                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Details" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Details" SourceColumnNullMapping="false" SourceVersion="Current" />
2966                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Current" />
2967                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Current" />
2968                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Original" />
2969                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_VoucherNo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="VoucherNo" SourceColumnNullMapping="false" SourceVersion="Original" />
2970                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Date" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Date" SourceColumnNullMapping="false" SourceVersion="Original" />
2971                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Original" />
2972                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Details" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Details" SourceColumnNullMapping="false" SourceVersion="Original" />
2973                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SchoolID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SchoolID" SourceColumnNullMapping="false" SourceVersion="Original" />
2974                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_GrandTotal" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="true" SourceVersion="Original" />
2975                       <Parameter AllowDbNull=
"true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GrandTotal" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="GrandTotal" SourceColumnNullMapping="false" SourceVersion="Original" />
2976                     </Parameters>
2977                   </DbCommand>
2978                 </UpdateCommand>
2979               </DbSource>
2980             </MainSource>
2981             <Mappings>
2982               <Mapping SourceColumn=
"ID" DataSetColumn="ID" />
2983               <Mapping SourceColumn=
"VoucherNo" DataSetColumn="VoucherNo" />
2984               <Mapping SourceColumn=
"Date" DataSetColumn="Date" />
2985               <Mapping SourceColumn=
"Name" DataSetColumn="Name" />
2986               <Mapping SourceColumn=
"Details" DataSetColumn="Details" />
2987               <Mapping SourceColumn=
"SchoolID" DataSetColumn="SchoolID" />
2988               <Mapping SourceColumn=
"GrandTotal" DataSetColumn="GrandTotal" />
2989             </Mappings>
2990             <Sources />
2991           </TableAdapter>
2992           <TableAdapter BaseClass=
"System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Voucher_OtherDetailsTableAdapter" GeneratorDataComponentClassName="Voucher_OtherDetailsTableAdapter" Name="Voucher_OtherDetails" UserDataComponentName="Voucher_OtherDetailsTableAdapter">
2993             <MainSource>
2994               <DbSource ConnectionRef=
"ERPS_DBConnectionString (MySettings)" DbObjectName="dbo.Voucher_OtherDetails" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
2995                 <DeleteCommand>
2996                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
2997                     <CommandText>DELETE FROM [dbo].[Voucher_OtherDetails] WHERE (([VD_ID] = @Original_VD_ID) AND ([VoucherID] = @Original_VoucherID) AND ([Particulars] = @Original_Particulars) AND ([Amount] = @Original_Amount) AND ([Note] = @Original_Note))</CommandText>
2998                     <Parameters>
2999                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_VD_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VD_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
3000                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_VoucherID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VoucherID" SourceColumnNullMapping="false" SourceVersion="Original" />
3001                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Particulars" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Particulars" SourceColumnNullMapping="false" SourceVersion="Original" />
3002                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Amount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Amount" SourceColumnNullMapping="false" SourceVersion="Original" />
3003                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
3004                     </Parameters>
3005                   </DbCommand>
3006                 </DeleteCommand>
3007                 <InsertCommand>
3008                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
3009                     <CommandText>INSERT INTO [dbo].[Voucher_OtherDetails] ([VoucherID], [Particulars], [Amount], [Note]) VALUES (@VoucherID, @Particulars, @Amount, @Note);
3010 SELECT VD_ID, VoucherID, Particulars, Amount, Note FROM Voucher_OtherDetails WHERE (VD_ID = SCOPE_IDENTITY())</CommandText>
3011                     <Parameters>
3012                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@VoucherID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VoucherID" SourceColumnNullMapping="false" SourceVersion="Current" />
3013                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Particulars" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Particulars" SourceColumnNullMapping="false" SourceVersion="Current" />
3014                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Amount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Amount" SourceColumnNullMapping="false" SourceVersion="Current" />
3015                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
3016                     </Parameters>
3017                   </DbCommand>
3018                 </InsertCommand>
3019                 <SelectCommand>
3020                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
3021                     <CommandText>SELECT VD_ID, VoucherID, Particulars, Amount, Note FROM dbo.Voucher_OtherDetails</CommandText>
3022                     <Parameters />
3023                   </DbCommand>
3024                 </SelectCommand>
3025                 <UpdateCommand>
3026                   <DbCommand CommandType=
"Text" ModifiedByUser="false">
3027                     <CommandText>UPDATE [dbo].[Voucher_OtherDetails] SET [VoucherID] = @VoucherID, [Particulars] = @Particulars, [Amount] = @Amount, [Note] = @Note WHERE (([VD_ID] = @Original_VD_ID) AND ([VoucherID] = @Original_VoucherID) AND ([Particulars] = @Original_Particulars) AND ([Amount] = @Original_Amount) AND ([Note] = @Original_Note));
3028 SELECT VD_ID, VoucherID, Particulars, Amount, Note FROM Voucher_OtherDetails WHERE (VD_ID = @VD_ID)</CommandText>
3029                     <Parameters>
3030                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@VoucherID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VoucherID" SourceColumnNullMapping="false" SourceVersion="Current" />
3031                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Particulars" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Particulars" SourceColumnNullMapping="false" SourceVersion="Current" />
3032                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Amount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Amount" SourceColumnNullMapping="false" SourceVersion="Current" />
3033                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
3034                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_VD_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VD_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
3035                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_VoucherID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VoucherID" SourceColumnNullMapping="false" SourceVersion="Original" />
3036                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_Particulars" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Particulars" SourceColumnNullMapping="false" SourceVersion="Original" />
3037                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Amount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Amount" SourceColumnNullMapping="false" SourceVersion="Original" />
3038                       <Parameter AllowDbNull=
"false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
3039                       <Parameter AllowDbNull=
"false" AutogeneratedName="VD_ID" ColumnName="VD_ID" DataSourceName="[C:\USERS\RAJ SHARMA\DESKTOP\ERP SYSTEM\ERP SYSTEM\BIN\DEBUG\ERPS_DB.MDF].dbo.Voucher_OtherDetails" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VD_ID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="VD_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
3040                     </Parameters>
3041                   </DbCommand>
3042                 </UpdateCommand>
3043               </DbSource>
3044             </MainSource>
3045             <Mappings>
3046               <Mapping SourceColumn=
"VD_ID" DataSetColumn="VD_ID" />
3047               <Mapping SourceColumn=
"VoucherID" DataSetColumn="VoucherID" />
3048               <Mapping SourceColumn=
"Particulars" DataSetColumn="Particulars" />
3049               <Mapping SourceColumn=
"Amount" DataSetColumn="Amount" />
3050               <Mapping SourceColumn=
"Note" DataSetColumn="Note" />
3051             </Mappings>
3052             <Sources />
3053           </TableAdapter>
3054         </Tables>
3055         <Sources />
3056       </DataSource>
3057     </xs:appinfo>
3058   </xs:annotation>
3059   <xs:element name=
"ERPS_DBDataSet1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="ERPS_DBDataSet1" msprop:Generator_UserDSName="ERPS_DBDataSet1">
3060     <xs:complexType>
3061       <xs:choice minOccurs=
"0" maxOccurs="unbounded">
3062         <xs:element name=
"Activation" msprop:Generator_TableClassName="ActivationDataTable" msprop:Generator_TableVarName="tableActivation" msprop:Generator_TablePropName="Activation" msprop:Generator_RowDeletingName="ActivationRowDeleting" msprop:Generator_RowChangingName="ActivationRowChanging" msprop:Generator_RowEvHandlerName="ActivationRowChangeEventHandler" msprop:Generator_RowDeletedName="ActivationRowDeleted" msprop:Generator_UserTableName="Activation" msprop:Generator_RowChangedName="ActivationRowChanged" msprop:Generator_RowEvArgName="ActivationRowChangeEvent" msprop:Generator_RowClassName="ActivationRow">
3063           <xs:complexType>
3064             <xs:sequence>
3065               <xs:element name=
"Id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
3066               <xs:element name=
"HardwareID" msprop:Generator_ColumnVarNameInTable="columnHardwareID" msprop:Generator_ColumnPropNameInRow="HardwareID" msprop:Generator_ColumnPropNameInTable="HardwareIDColumn" msprop:Generator_UserColumnName="HardwareID">
3067                 <xs:simpleType>
3068                   <xs:restriction
base="xs:string">
3069                     <xs:maxLength
value="150" />
3070                   </xs:restriction>
3071                 </xs:simpleType>
3072               </xs:element>
3073               <xs:element name=
"SerialNo" msprop:Generator_ColumnVarNameInTable="columnSerialNo" msprop:Generator_ColumnPropNameInRow="SerialNo" msprop:Generator_ColumnPropNameInTable="SerialNoColumn" msprop:Generator_UserColumnName="SerialNo">
3074                 <xs:simpleType>
3075                   <xs:restriction
base="xs:string">
3076                     <xs:maxLength
value="150" />
3077                   </xs:restriction>
3078                 </xs:simpleType>
3079               </xs:element>
3080               <xs:element name=
"ActivationID" msprop:Generator_ColumnVarNameInTable="columnActivationID" msprop:Generator_ColumnPropNameInRow="ActivationID" msprop:Generator_ColumnPropNameInTable="ActivationIDColumn" msprop:Generator_UserColumnName="ActivationID">
3081                 <xs:simpleType>
3082                   <xs:restriction
base="xs:string">
3083                     <xs:maxLength
value="150" />
3084                   </xs:restriction>
3085                 </xs:simpleType>
3086               </xs:element>
3087             </xs:sequence>
3088           </xs:complexType>
3089         </xs:element>
3090         <xs:element name=
"AdvanceEntry" msprop:Generator_TableClassName="AdvanceEntryDataTable" msprop:Generator_TableVarName="tableAdvanceEntry" msprop:Generator_TablePropName="AdvanceEntry" msprop:Generator_RowDeletingName="AdvanceEntryRowDeleting" msprop:Generator_RowChangingName="AdvanceEntryRowChanging" msprop:Generator_RowEvHandlerName="AdvanceEntryRowChangeEventHandler" msprop:Generator_RowDeletedName="AdvanceEntryRowDeleted" msprop:Generator_UserTableName="AdvanceEntry" msprop:Generator_RowChangedName="AdvanceEntryRowChanged" msprop:Generator_RowEvArgName="AdvanceEntryRowChangeEvent" msprop:Generator_RowClassName="AdvanceEntryRow">
3091           <xs:complexType>
3092             <xs:sequence>
3093               <xs:element name=
"Id" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
3094               <xs:element name=
"StaffID" msprop:Generator_ColumnVarNameInTable="columnStaffID" msprop:Generator_ColumnPropNameInRow="StaffID" msprop:Generator_ColumnPropNameInTable="StaffIDColumn" msprop:Generator_UserColumnName="StaffID" type="xs:int" />
3095               <xs:element name=
"Amount" msprop:Generator_ColumnVarNameInTable="columnAmount" msprop:Generator_ColumnPropNameInRow="Amount" msprop:Generator_ColumnPropNameInTable="AmountColumn" msprop:Generator_UserColumnName="Amount" type="xs:decimal" />
3096               <xs:element name=
"Deduction" msprop:Generator_ColumnVarNameInTable="columnDeduction" msprop:Generator_ColumnPropNameInRow="Deduction" msprop:Generator_ColumnPropNameInTable="DeductionColumn" msprop:Generator_UserColumnName="Deduction" type="xs:decimal" />
3097               <xs:element name=
"WorkingDate" msprop:Generator_ColumnVarNameInTable="columnWorkingDate" msprop:Generator_ColumnPropNameInRow="WorkingDate" msprop:Generator_ColumnPropNameInTable="WorkingDateColumn" msprop:Generator_UserColumnName="WorkingDate" type="xs:dateTime" />
3098             </xs:sequence>
3099           </xs:complexType>
3100         </xs:element>
3101         <xs:element name=
"BusCardHolder_Staff" msprop:Generator_TableClassName="BusCardHolder_StaffDataTable" msprop:Generator_TableVarName="tableBusCardHolder_Staff" msprop:Generator_TablePropName="BusCardHolder_Staff" msprop:Generator_RowDeletingName="BusCardHolder_StaffRowDeleting" msprop:Generator_RowChangingName="BusCardHolder_StaffRowChanging" msprop:Generator_RowEvHandlerName="BusCardHolder_StaffRowChangeEventHandler" msprop:Generator_RowDeletedName="BusCardHolder_StaffRowDeleted" msprop:Generator_UserTableName="BusCardHolder_Staff" msprop:Generator_RowChangedName="BusCardHolder_StaffRowChanged" msprop:Generator_RowEvArgName="BusCardHolder_StaffRowChangeEvent" msprop:Generator_RowClassName="BusCardHolder_StaffRow">
3102           <xs:complexType>
3103             <xs:sequence>
3104               <xs:element name=
"BCH_ID" msprop:Generator_ColumnVarNameInTable="columnBCH_ID" msprop:Generator_ColumnPropNameInRow="BCH_ID" msprop:Generator_ColumnPropNameInTable="BCH_IDColumn" msprop:Generator_UserColumnName="BCH_ID" type="xs:int" />
3105               <xs:element name=
"StaffID" msprop:Generator_ColumnVarNameInTable="columnStaffID" msprop:Generator_ColumnPropNameInRow="StaffID" msprop:Generator_ColumnPropNameInTable="StaffIDColumn" msprop:Generator_UserColumnName="StaffID" type="xs:int" />
3106               <xs:element name=
"BusNo" msprop:Generator_ColumnVarNameInTable="columnBusNo" msprop:Generator_ColumnPropNameInRow="BusNo" msprop:Generator_ColumnPropNameInTable="BusNoColumn" msprop:Generator_UserColumnName="BusNo">
3107                 <xs:simpleType>
3108                   <xs:restriction
base="xs:string">
3109                     <xs:maxLength
value="100" />
3110                   </xs:restriction>
3111                 </xs:simpleType>
3112               </xs:element>
3113               <xs:element name=
"Location" msprop:Generator_ColumnVarNameInTable="columnLocation" msprop:Generator_ColumnPropNameInRow="Location" msprop:Generator_ColumnPropNameInTable="LocationColumn" msprop:Generator_UserColumnName="Location">
3114                 <xs:simpleType>
3115                   <xs:restriction
base="xs:string">
3116                     <xs:maxLength
value="250" />
3117                   </xs:restriction>
3118                 </xs:simpleType>
3119               </xs:element>
3120               <xs:element name=
"JoiningDate" msprop:Generator_ColumnVarNameInTable="columnJoiningDate" msprop:Generator_ColumnPropNameInRow="JoiningDate" msprop:Generator_ColumnPropNameInTable="JoiningDateColumn" msprop:Generator_UserColumnName="JoiningDate" type="xs:dateTime" />
3121               <xs:element name=
"Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status">
3122                 <xs:simpleType>
3123                   <xs:restriction
base="xs:string">
3124                     <xs:maxLength
value="10" />
3125                   </xs:restriction>
3126                 </xs:simpleType>
3127               </xs:element>
3128             </xs:sequence>
3129           </xs:complexType>
3130         </xs:element>
3131         <xs:element name=
"BusCardHolder_Student" msprop:Generator_TableClassName="BusCardHolder_StudentDataTable" msprop:Generator_TableVarName="tableBusCardHolder_Student" msprop:Generator_TablePropName="BusCardHolder_Student" msprop:Generator_RowDeletingName="BusCardHolder_StudentRowDeleting" msprop:Generator_RowChangingName="BusCardHolder_StudentRowChanging" msprop:Generator_RowEvHandlerName="BusCardHolder_StudentRowChangeEventHandler" msprop:Generator_RowDeletedName="BusCardHolder_StudentRowDeleted" msprop:Generator_UserTableName="BusCardHolder_Student" msprop:Generator_RowChangedName="BusCardHolder_StudentRowChanged" msprop:Generator_RowEvArgName="BusCardHolder_StudentRowChangeEvent" msprop:Generator_RowClassName="BusCardHolder_StudentRow">
3132           <xs:complexType>
3133             <xs:sequence>
3134               <xs:element name=
"BCH_Id" msprop:Generator_ColumnVarNameInTable="columnBCH_Id" msprop:Generator_ColumnPropNameInRow="BCH_Id" msprop:Generator_ColumnPropNameInTable="BCH_IdColumn" msprop:Generator_UserColumnName="BCH_Id" type="xs:int" />
3135               <xs:element name=
"AdmissionNo" msprop:Generator_ColumnVarNameInTable="columnAdmissionNo" msprop:Generator_ColumnPropNameInRow="AdmissionNo" msprop:Generator_ColumnPropNameInTable="AdmissionNoColumn" msprop:Generator_UserColumnName="AdmissionNo">
3136                 <xs:simpleType>
3137                   <xs:restriction
base="xs:string">
3138                     <xs:maxLength
value="15" />
3139                   </xs:restriction>
3140                 </xs:simpleType>
3141               </xs:element>
3142               <xs:element name=
"BusNo" msprop:Generator_ColumnVarNameInTable="columnBusNo" msprop:Generator_ColumnPropNameInRow="BusNo" msprop:Generator_ColumnPropNameInTable="BusNoColumn" msprop:Generator_UserColumnName="BusNo">
3143                 <xs:simpleType>
3144                   <xs:restriction
base="xs:string">
3145                     <xs:maxLength
value="100" />
3146                   </xs:restriction>
3147                 </xs:simpleType>
3148               </xs:element>
3149               <xs:element name=
"Location" msprop:Generator_ColumnVarNameInTable="columnLocation" msprop:Generator_ColumnPropNameInRow="Location" msprop:Generator_ColumnPropNameInTable="LocationColumn" msprop:Generator_UserColumnName="Location">
3150                 <xs:simpleType>
3151                   <xs:restriction
base="xs:string">
3152                     <xs:maxLength
value="250" />
3153                   </xs:restriction>
3154                 </xs:simpleType>
3155               </xs:element>
3156               <xs:element name=
"JoiningDate" msprop:Generator_ColumnVarNameInTable="columnJoiningDate" msprop:Generator_ColumnPropNameInRow="JoiningDate" msprop:Generator_ColumnPropNameInTable="JoiningDateColumn" msprop:Generator_UserColumnName="JoiningDate" type="xs:dateTime" />
3157               <xs:element name=
"Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status">
3158                 <xs:simpleType>
3159                   <xs:restriction
base="xs:string">
3160                     <xs:maxLength
value="10" />
3161                   </xs:restriction>
3162                 </xs:simpleType>
3163               </xs:element>
3164             </xs:sequence>
3165           </xs:complexType>
3166         </xs:element>
3167         <xs:element name=
"BusFeePayment_Staff" msprop:Generator_TableClassName="BusFeePayment_StaffDataTable" msprop:Generator_TableVarName="tableBusFeePayment_Staff" msprop:Generator_TablePropName="BusFeePayment_Staff" msprop:Generator_RowDeletingName="BusFeePayment_StaffRowDeleting" msprop:Generator_RowChangingName="BusFeePayment_StaffRowChanging" msprop:Generator_RowEvHandlerName="BusFeePayment_StaffRowChangeEventHandler" msprop:Generator_RowDeletedName="BusFeePayment_StaffRowDeleted" msprop:Generator_UserTableName="BusFeePayment_Staff" msprop:Generator_RowChangedName="BusFeePayment_StaffRowChanged" msprop:Generator_RowEvArgName="BusFeePayment_StaffRowChangeEvent" msprop:Generator_RowClassName="BusFeePayment_StaffRow">
3168           <xs:complexType>
3169             <xs:sequence>
3170               <xs:element name=
"Id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
3171               <xs:element name=
"BFP_ID" msprop:Generator_ColumnVarNameInTable="columnBFP_ID" msprop:Generator_ColumnPropNameInRow="BFP_ID" msprop:Generator_ColumnPropNameInTable="BFP_IDColumn" msprop:Generator_UserColumnName="BFP_ID" type="xs:int" />
3172               <xs:element name=
"PaymentID" msprop:Generator_ColumnVarNameInTable="columnPaymentID" msprop:Generator_ColumnPropNameInRow="PaymentID" msprop:Generator_ColumnPropNameInTable="PaymentIDColumn" msprop:Generator_UserColumnName="PaymentID">
3173                 <xs:simpleType>
3174                   <xs:restriction
base="xs:string">
3175                     <xs:maxLength
value="30" />
3176                   </xs:restriction>
3177                 </xs:simpleType>
3178               </xs:element>
3179               <xs:element name=
"BusHolderID" msprop:Generator_ColumnVarNameInTable="columnBusHolderID" msprop:Generator_ColumnPropNameInRow="BusHolderID" msprop:Generator_ColumnPropNameInTable="BusHolderIDColumn" msprop:Generator_UserColumnName="BusHolderID" type="xs:int" />
3180               <xs:element name=
"Session" msprop:Generator_ColumnVarNameInTable="columnSession" msprop:Generator_ColumnPropNameInRow="Session" msprop:Generator_ColumnPropNameInTable="SessionColumn" msprop:Generator_UserColumnName="Session">
3181                 <xs:simpleType>
3182                   <xs:restriction
base="xs:string">
3183                     <xs:maxLength
value="15" />
3184                   </xs:restriction>
3185                 </xs:simpleType>
3186               </xs:element>
3187               <xs:element name=
"Installment" msprop:Generator_ColumnVarNameInTable="columnInstallment" msprop:Generator_ColumnPropNameInRow="Installment" msprop:Generator_ColumnPropNameInTable="InstallmentColumn" msprop:Generator_UserColumnName="Installment">
3188                 <xs:simpleType>
3189                   <xs:restriction
base="xs:string">
3190                     <xs:maxLength
value="20" />
3191                   </xs:restriction>
3192                 </xs:simpleType>
3193               </xs:element>
3194               <xs:element name=
"TotalFee" msprop:Generator_ColumnVarNameInTable="columnTotalFee" msprop:Generator_ColumnPropNameInRow="TotalFee" msprop:Generator_ColumnPropNameInTable="TotalFeeColumn" msprop:Generator_UserColumnName="TotalFee" type="xs:decimal" />
3195               <xs:element name=
"DiscountPer" msprop:Generator_ColumnVarNameInTable="columnDiscountPer" msprop:Generator_ColumnPropNameInRow="DiscountPer" msprop:Generator_ColumnPropNameInTable="DiscountPerColumn" msprop:Generator_UserColumnName="DiscountPer" type="xs:decimal" />
3196               <xs:element name=
"DiscountAmt" msprop:Generator_ColumnVarNameInTable="columnDiscountAmt" msprop:Generator_ColumnPropNameInRow="DiscountAmt" msprop:Generator_ColumnPropNameInTable="DiscountAmtColumn" msprop:Generator_UserColumnName="DiscountAmt" type="xs:decimal" />
3197               <xs:element name=
"PreviousDue" msprop:Generator_ColumnVarNameInTable="columnPreviousDue" msprop:Generator_ColumnPropNameInRow="PreviousDue" msprop:Generator_ColumnPropNameInTable="PreviousDueColumn" msprop:Generator_UserColumnName="PreviousDue" type="xs:decimal" />
3198               <xs:element name=
"Fine" msprop:Generator_ColumnVarNameInTable="columnFine" msprop:Generator_ColumnPropNameInRow="Fine" msprop:Generator_ColumnPropNameInTable="FineColumn" msprop:Generator_UserColumnName="Fine" type="xs:decimal" />
3199               <xs:element name=
"GrandTotal" msprop:Generator_ColumnVarNameInTable="columnGrandTotal" msprop:Generator_ColumnPropNameInRow="GrandTotal" msprop:Generator_ColumnPropNameInTable="GrandTotalColumn" msprop:Generator_UserColumnName="GrandTotal" type="xs:decimal" />
3200               <xs:element name=
"TotalPaid" msprop:Generator_ColumnVarNameInTable="columnTotalPaid" msprop:Generator_ColumnPropNameInRow="TotalPaid" msprop:Generator_ColumnPropNameInTable="TotalPaidColumn" msprop:Generator_UserColumnName="TotalPaid" type="xs:decimal" />
3201               <xs:element name=
"ModeOfPayment" msprop:Generator_ColumnVarNameInTable="columnModeOfPayment" msprop:Generator_ColumnPropNameInRow="ModeOfPayment" msprop:Generator_ColumnPropNameInTable="ModeOfPaymentColumn" msprop:Generator_UserColumnName="ModeOfPayment">
3202                 <xs:simpleType>
3203                   <xs:restriction
base="xs:string">
3204                     <xs:maxLength
value="100" />
3205                   </xs:restriction>
3206                 </xs:simpleType>
3207               </xs:element>
3208               <xs:element name=
"PaymentModeDetails" msprop:Generator_ColumnVarNameInTable="columnPaymentModeDetails" msprop:Generator_ColumnPropNameInRow="PaymentModeDetails" msprop:Generator_ColumnPropNameInTable="PaymentModeDetailsColumn" msprop:Generator_UserColumnName="PaymentModeDetails" minOccurs="0">
3209                 <xs:simpleType>
3210                   <xs:restriction
base="xs:string">
3211                     <xs:maxLength
value="250" />
3212                   </xs:restriction>
3213                 </xs:simpleType>
3214               </xs:element>
3215               <xs:element name=
"PaymentDate" msprop:Generator_ColumnVarNameInTable="columnPaymentDate" msprop:Generator_ColumnPropNameInRow="PaymentDate" msprop:Generator_ColumnPropNameInTable="PaymentDateColumn" msprop:Generator_UserColumnName="PaymentDate" type="xs:dateTime" />
3216               <xs:element name=
"PaymentDue" msprop:Generator_ColumnVarNameInTable="columnPaymentDue" msprop:Generator_ColumnPropNameInRow="PaymentDue" msprop:Generator_ColumnPropNameInTable="PaymentDueColumn" msprop:Generator_UserColumnName="PaymentDue" type="xs:decimal" />
3217             </xs:sequence>
3218           </xs:complexType>
3219         </xs:element>
3220         <xs:element name=
"BusFeePayment_Student" msprop:Generator_TableClassName="BusFeePayment_StudentDataTable" msprop:Generator_TableVarName="tableBusFeePayment_Student" msprop:Generator_TablePropName="BusFeePayment_Student" msprop:Generator_RowDeletingName="BusFeePayment_StudentRowDeleting" msprop:Generator_RowChangingName="BusFeePayment_StudentRowChanging" msprop:Generator_RowEvHandlerName="BusFeePayment_StudentRowChangeEventHandler" msprop:Generator_RowDeletedName="BusFeePayment_StudentRowDeleted" msprop:Generator_UserTableName="BusFeePayment_Student" msprop:Generator_RowChangedName="BusFeePayment_StudentRowChanged" msprop:Generator_RowEvArgName="BusFeePayment_StudentRowChangeEvent" msprop:Generator_RowClassName="BusFeePayment_StudentRow">
3221           <xs:complexType>
3222             <xs:sequence>
3223               <xs:element name=
"Id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
3224               <xs:element name=
"BFP_ID" msprop:Generator_ColumnVarNameInTable="columnBFP_ID" msprop:Generator_ColumnPropNameInRow="BFP_ID" msprop:Generator_ColumnPropNameInTable="BFP_IDColumn" msprop:Generator_UserColumnName="BFP_ID" type="xs:int" />
3225               <xs:element name=
"PaymentID" msprop:Generator_ColumnVarNameInTable="columnPaymentID" msprop:Generator_ColumnPropNameInRow="PaymentID" msprop:Generator_ColumnPropNameInTable="PaymentIDColumn" msprop:Generator_UserColumnName="PaymentID">
3226                 <xs:simpleType>
3227                   <xs:restriction
base="xs:string">
3228                     <xs:maxLength
value="30" />
3229                   </xs:restriction>
3230                 </xs:simpleType>
3231               </xs:element>
3232               <xs:element name=
"BusHolderID" msprop:Generator_ColumnVarNameInTable="columnBusHolderID" msprop:Generator_ColumnPropNameInRow="BusHolderID" msprop:Generator_ColumnPropNameInTable="BusHolderIDColumn" msprop:Generator_UserColumnName="BusHolderID" type="xs:int" />
3233               <xs:element name=
"Session" msprop:Generator_ColumnVarNameInTable="columnSession" msprop:Generator_ColumnPropNameInRow="Session" msprop:Generator_ColumnPropNameInTable="SessionColumn" msprop:Generator_UserColumnName="Session">
3234                 <xs:simpleType>
3235                   <xs:restriction
base="xs:string">
3236                     <xs:maxLength
value="15" />
3237                   </xs:restriction>
3238                 </xs:simpleType>
3239               </xs:element>
3240               <xs:element name=
"Installment" msprop:Generator_ColumnVarNameInTable="columnInstallment" msprop:Generator_ColumnPropNameInRow="Installment" msprop:Generator_ColumnPropNameInTable="InstallmentColumn" msprop:Generator_UserColumnName="Installment">
3241                 <xs:simpleType>
3242                   <xs:restriction
base="xs:string">
3243                     <xs:maxLength
value="20" />
3244                   </xs:restriction>
3245                 </xs:simpleType>
3246               </xs:element>
3247               <xs:element name=
"TotalFee" msprop:Generator_ColumnVarNameInTable="columnTotalFee" msprop:Generator_ColumnPropNameInRow="TotalFee" msprop:Generator_ColumnPropNameInTable="TotalFeeColumn" msprop:Generator_UserColumnName="TotalFee" type="xs:decimal" />
3248               <xs:element name=
"DiscountPer" msprop:Generator_ColumnVarNameInTable="columnDiscountPer" msprop:Generator_ColumnPropNameInRow="DiscountPer" msprop:Generator_ColumnPropNameInTable="DiscountPerColumn" msprop:Generator_UserColumnName="DiscountPer" type="xs:decimal" />
3249               <xs:element name=
"DiscountAmt" msprop:Generator_ColumnVarNameInTable="columnDiscountAmt" msprop:Generator_ColumnPropNameInRow="DiscountAmt" msprop:Generator_ColumnPropNameInTable="DiscountAmtColumn" msprop:Generator_UserColumnName="DiscountAmt" type="xs:decimal" />
3250               <xs:element name=
"PreviousDue" msprop:Generator_ColumnVarNameInTable="columnPreviousDue" msprop:Generator_ColumnPropNameInRow="PreviousDue" msprop:Generator_ColumnPropNameInTable="PreviousDueColumn" msprop:Generator_UserColumnName="PreviousDue" type="xs:decimal" />
3251               <xs:element name=
"Fine" msprop:Generator_ColumnVarNameInTable="columnFine" msprop:Generator_ColumnPropNameInRow="Fine" msprop:Generator_ColumnPropNameInTable="FineColumn" msprop:Generator_UserColumnName="Fine" type="xs:decimal" />
3252               <xs:element name=
"GrandTotal" msprop:Generator_ColumnVarNameInTable="columnGrandTotal" msprop:Generator_ColumnPropNameInRow="GrandTotal" msprop:Generator_ColumnPropNameInTable="GrandTotalColumn" msprop:Generator_UserColumnName="GrandTotal" type="xs:decimal" />
3253               <xs:element name=
"TotalPaid" msprop:Generator_ColumnVarNameInTable="columnTotalPaid" msprop:Generator_ColumnPropNameInRow="TotalPaid" msprop:Generator_ColumnPropNameInTable="TotalPaidColumn" msprop:Generator_UserColumnName="TotalPaid" type="xs:decimal" />
3254               <xs:element name=
"ModeOfPayment" msprop:Generator_ColumnVarNameInTable="columnModeOfPayment" msprop:Generator_ColumnPropNameInRow="ModeOfPayment" msprop:Generator_ColumnPropNameInTable="ModeOfPaymentColumn" msprop:Generator_UserColumnName="ModeOfPayment">
3255                 <xs:simpleType>
3256                   <xs:restriction
base="xs:string">
3257                     <xs:maxLength
value="100" />
3258                   </xs:restriction>
3259                 </xs:simpleType>
3260               </xs:element>
3261               <xs:element name=
"PaymentModeDetails" msprop:Generator_ColumnVarNameInTable="columnPaymentModeDetails" msprop:Generator_ColumnPropNameInRow="PaymentModeDetails" msprop:Generator_ColumnPropNameInTable="PaymentModeDetailsColumn" msprop:Generator_UserColumnName="PaymentModeDetails" minOccurs="0">
3262                 <xs:simpleType>
3263                   <xs:restriction
base="xs:string">
3264                     <xs:maxLength
value="250" />
3265                   </xs:restriction>
3266                 </xs:simpleType>
3267               </xs:element>
3268               <xs:element name=
"PaymentDate" msprop:Generator_ColumnVarNameInTable="columnPaymentDate" msprop:Generator_ColumnPropNameInRow="PaymentDate" msprop:Generator_ColumnPropNameInTable="PaymentDateColumn" msprop:Generator_UserColumnName="PaymentDate" type="xs:dateTime" />
3269               <xs:element name=
"PaymentDue" msprop:Generator_ColumnVarNameInTable="columnPaymentDue" msprop:Generator_ColumnPropNameInRow="PaymentDue" msprop:Generator_ColumnPropNameInTable="PaymentDueColumn" msprop:Generator_UserColumnName="PaymentDue" type="xs:decimal" />
3270               <xs:element name=
"ClassType" msprop:Generator_ColumnVarNameInTable="columnClassType" msprop:Generator_ColumnPropNameInRow="ClassType" msprop:Generator_ColumnPropNameInTable="ClassTypeColumn" msprop:Generator_UserColumnName="ClassType">
3271                 <xs:simpleType>
3272                   <xs:restriction
base="xs:string">
3273                     <xs:maxLength
value="150" />
3274                   </xs:restriction>
3275                 </xs:simpleType>
3276               </xs:element>
3277               <xs:element name=
"SchoolType" msprop:Generator_ColumnVarNameInTable="columnSchoolType" msprop:Generator_ColumnPropNameInRow="SchoolType" msprop:Generator_ColumnPropNameInTable="SchoolTypeColumn" msprop:Generator_UserColumnName="SchoolType">
3278                 <xs:simpleType>
3279                   <xs:restriction
base="xs:string">
3280                     <xs:maxLength
value="150" />
3281                   </xs:restriction>
3282                 </xs:simpleType>
3283               </xs:element>
3284               <xs:element name=
"Class" msprop:Generator_ColumnVarNameInTable="columnClass" msprop:Generator_ColumnPropNameInRow="_Class" msprop:Generator_ColumnPropNameInTable="ClassColumn" msprop:Generator_UserColumnName="Class">
3285                 <xs:simpleType>
3286                   <xs:restriction
base="xs:string">
3287                     <xs:maxLength
value="100" />
3288                   </xs:restriction>
3289                 </xs:simpleType>
3290               </xs:element>
3291               <xs:element name=
"Section" msprop:Generator_ColumnVarNameInTable="columnSection" msprop:Generator_ColumnPropNameInRow="Section" msprop:Generator_ColumnPropNameInTable="SectionColumn" msprop:Generator_UserColumnName="Section">
3292                 <xs:simpleType>
3293                   <xs:restriction
base="xs:string">
3294                     <xs:maxLength
value="15" />
3295                   </xs:restriction>
3296                 </xs:simpleType>
3297               </xs:element>
3298             </xs:sequence>
3299           </xs:complexType>
3300         </xs:element>
3301         <xs:element name=
"BusInfo" msprop:Generator_TableClassName="BusInfoDataTable" msprop:Generator_TableVarName="tableBusInfo" msprop:Generator_TablePropName="BusInfo" msprop:Generator_RowDeletingName="BusInfoRowDeleting" msprop:Generator_RowChangingName="BusInfoRowChanging" msprop:Generator_RowEvHandlerName="BusInfoRowChangeEventHandler" msprop:Generator_RowDeletedName="BusInfoRowDeleted" msprop:Generator_UserTableName="BusInfo" msprop:Generator_RowChangedName="BusInfoRowChanged" msprop:Generator_RowEvArgName="BusInfoRowChangeEvent" msprop:Generator_RowClassName="BusInfoRow">
3302           <xs:complexType>
3303             <xs:sequence>
3304               <xs:element name=
"BusNo" msprop:Generator_ColumnVarNameInTable="columnBusNo" msprop:Generator_ColumnPropNameInRow="BusNo" msprop:Generator_ColumnPropNameInTable="BusNoColumn" msprop:Generator_UserColumnName="BusNo">
3305                 <xs:simpleType>
3306                   <xs:restriction
base="xs:string">
3307                     <xs:maxLength
value="100" />
3308                   </xs:restriction>
3309                 </xs:simpleType>
3310               </xs:element>
3311               <xs:element name=
"DriverName" msprop:Generator_ColumnVarNameInTable="columnDriverName" msprop:Generator_ColumnPropNameInRow="DriverName" msprop:Generator_ColumnPropNameInTable="DriverNameColumn" msprop:Generator_UserColumnName="DriverName">
3312                 <xs:simpleType>
3313                   <xs:restriction
base="xs:string">
3314                     <xs:maxLength
value="150" />
3315                   </xs:restriction>
3316                 </xs:simpleType>
3317               </xs:element>
3318               <xs:element name=
"ContactNo" msprop:Generator_ColumnVarNameInTable="columnContactNo" msprop:Generator_ColumnPropNameInRow="ContactNo" msprop:Generator_ColumnPropNameInTable="ContactNoColumn" msprop:Generator_UserColumnName="ContactNo">
3319                 <xs:simpleType>
3320                   <xs:restriction
base="xs:string">
3321                     <xs:maxLength
value="100" />
3322                   </xs:restriction>
3323                 </xs:simpleType>
3324               </xs:element>
3325               <xs:element name=
"SupporterName" msprop:Generator_ColumnVarNameInTable="columnSupporterName" msprop:Generator_ColumnPropNameInRow="SupporterName" msprop:Generator_ColumnPropNameInTable="SupporterNameColumn" msprop:Generator_UserColumnName="SupporterName" minOccurs="0">
3326                 <xs:simpleType>
3327                   <xs:restriction
base="xs:string">
3328                     <xs:maxLength
value="150" />
3329                   </xs:restriction>
3330                 </xs:simpleType>
3331               </xs:element>
3332               <xs:element name=
"S_ContactNo" msprop:Generator_ColumnVarNameInTable="columnS_ContactNo" msprop:Generator_ColumnPropNameInRow="S_ContactNo" msprop:Generator_ColumnPropNameInTable="S_ContactNoColumn" msprop:Generator_UserColumnName="S_ContactNo" minOccurs="0">
3333                 <xs:simpleType>
3334                   <xs:restriction
base="xs:string">
3335                     <xs:maxLength
value="100" />
3336                   </xs:restriction>
3337                 </xs:simpleType>
3338               </xs:element>
3339             </xs:sequence>
3340           </xs:complexType>
3341         </xs:element>
3342         <xs:element name=
"Cards_Staff" msprop:Generator_TableClassName="Cards_StaffDataTable" msprop:Generator_TableVarName="tableCards_Staff" msprop:Generator_TablePropName="Cards_Staff" msprop:Generator_RowDeletingName="Cards_StaffRowDeleting" msprop:Generator_RowChangingName="Cards_StaffRowChanging" msprop:Generator_RowEvHandlerName="Cards_StaffRowChangeEventHandler" msprop:Generator_RowDeletedName="Cards_StaffRowDeleted" msprop:Generator_UserTableName="Cards_Staff" msprop:Generator_RowChangedName="Cards_StaffRowChanged" msprop:Generator_RowEvArgName="Cards_StaffRowChangeEvent" msprop:Generator_RowClassName="Cards_StaffRow">
3343           <xs:complexType>
3344             <xs:sequence>
3345               <xs:element name=
"StaffID" msprop:Generator_ColumnVarNameInTable="columnStaffID" msprop:Generator_ColumnPropNameInRow="StaffID" msprop:Generator_ColumnPropNameInTable="StaffIDColumn" msprop:Generator_UserColumnName="StaffID" type="xs:int" />
3346               <xs:element name=
"Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status" minOccurs="0">
3347                 <xs:simpleType>
3348                   <xs:restriction
base="xs:string">
3349                     <xs:maxLength
value="50" />
3350                   </xs:restriction>
3351                 </xs:simpleType>
3352               </xs:element>
3353             </xs:sequence>
3354           </xs:complexType>
3355         </xs:element>
3356         <xs:element name=
"Cards_Student" msprop:Generator_TableClassName="Cards_StudentDataTable" msprop:Generator_TableVarName="tableCards_Student" msprop:Generator_TablePropName="Cards_Student" msprop:Generator_RowDeletingName="Cards_StudentRowDeleting" msprop:Generator_RowChangingName="Cards_StudentRowChanging" msprop:Generator_RowEvHandlerName="Cards_StudentRowChangeEventHandler" msprop:Generator_RowDeletedName="Cards_StudentRowDeleted" msprop:Generator_UserTableName="Cards_Student" msprop:Generator_RowChangedName="Cards_StudentRowChanged" msprop:Generator_RowEvArgName="Cards_StudentRowChangeEvent" msprop:Generator_RowClassName="Cards_StudentRow">
3357           <xs:complexType>
3358             <xs:sequence>
3359               <xs:element name=
"AdmissionNo" msprop:Generator_ColumnVarNameInTable="columnAdmissionNo" msprop:Generator_ColumnPropNameInRow="AdmissionNo" msprop:Generator_ColumnPropNameInTable="AdmissionNoColumn" msprop:Generator_UserColumnName="AdmissionNo">
3360                 <xs:simpleType>
3361                   <xs:restriction
base="xs:string">
3362                     <xs:maxLength
value="15" />
3363                   </xs:restriction>
3364                 </xs:simpleType>
3365               </xs:element>
3366               <xs:element name=
"Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status" minOccurs="0">
3367                 <xs:simpleType>
3368                   <xs:restriction
base="xs:string">
3369                     <xs:maxLength
value="50" />
3370                   </xs:restriction>
3371                 </xs:simpleType>
3372               </xs:element>
3373             </xs:sequence>
3374           </xs:complexType>
3375         </xs:element>
3376         <xs:element name=
"Class" msprop:Generator_TableClassName="ClassDataTable" msprop:Generator_TableVarName="tableClass" msprop:Generator_TablePropName="_Class" msprop:Generator_RowDeletingName="ClassRowDeleting" msprop:Generator_RowChangingName="ClassRowChanging" msprop:Generator_RowEvHandlerName="ClassRowChangeEventHandler" msprop:Generator_RowDeletedName="ClassRowDeleted" msprop:Generator_UserTableName="Class" msprop:Generator_RowChangedName="ClassRowChanged" msprop:Generator_RowEvArgName="ClassRowChangeEvent" msprop:Generator_RowClassName="ClassRow">
3377           <xs:complexType>
3378             <xs:sequence>
3379               <xs:element name=
"ClassName" msprop:Generator_ColumnVarNameInTable="columnClassName" msprop:Generator_ColumnPropNameInRow="ClassName" msprop:Generator_ColumnPropNameInTable="ClassNameColumn" msprop:Generator_UserColumnName="ClassName">
3380                 <xs:simpleType>
3381                   <xs:restriction
base="xs:string">
3382                     <xs:maxLength
value="100" />
3383                   </xs:restriction>
3384                 </xs:simpleType>
3385               </xs:element>
3386               <xs:element name=
"ClassType" msprop:Generator_ColumnVarNameInTable="columnClassType" msprop:Generator_ColumnPropNameInRow="ClassType" msprop:Generator_ColumnPropNameInTable="ClassTypeColumn" msprop:Generator_UserColumnName="ClassType">
3387                 <xs:simpleType>
3388                   <xs:restriction
base="xs:string">
3389                     <xs:maxLength
value="150" />
3390                   </xs:restriction>
3391                 </xs:simpleType>
3392               </xs:element>
3393             </xs:sequence>
3394           </xs:complexType>
3395         </xs:element>
3396         <xs:element name=
"ClassType" msprop:Generator_TableClassName="ClassTypeDataTable" msprop:Generator_TableVarName="tableClassType" msprop:Generator_TablePropName="ClassType" msprop:Generator_RowDeletingName="ClassTypeRowDeleting" msprop:Generator_RowChangingName="ClassTypeRowChanging" msprop:Generator_RowEvHandlerName="ClassTypeRowChangeEventHandler" msprop:Generator_RowDeletedName="ClassTypeRowDeleted" msprop:Generator_UserTableName="ClassType" msprop:Generator_RowChangedName="ClassTypeRowChanged" msprop:Generator_RowEvArgName="ClassTypeRowChangeEvent" msprop:Generator_RowClassName="ClassTypeRow">
3397           <xs:complexType>
3398             <xs:sequence>
3399               <xs:element name=
"Type" msprop:Generator_ColumnVarNameInTable="columnType" msprop:Generator_ColumnPropNameInRow="Type" msprop:Generator_ColumnPropNameInTable="TypeColumn" msprop:Generator_UserColumnName="Type">
3400                 <xs:simpleType>
3401                   <xs:restriction
base="xs:string">
3402                     <xs:maxLength
value="150" />
3403                   </xs:restriction>
3404                 </xs:simpleType>
3405               </xs:element>
3406             </xs:sequence>
3407           </xs:complexType>
3408         </xs:element>
3409         <xs:element name=
"CourseFee" msprop:Generator_TableClassName="CourseFeeDataTable" msprop:Generator_TableVarName="tableCourseFee" msprop:Generator_TablePropName="CourseFee" msprop:Generator_RowDeletingName="CourseFeeRowDeleting" msprop:Generator_RowChangingName="CourseFeeRowChanging" msprop:Generator_RowEvHandlerName="CourseFeeRowChangeEventHandler" msprop:Generator_RowDeletedName="CourseFeeRowDeleted" msprop:Generator_UserTableName="CourseFee" msprop:Generator_RowChangedName="CourseFeeRowChanged" msprop:Generator_RowEvArgName="CourseFeeRowChangeEvent" msprop:Generator_RowClassName="CourseFeeRow">
3410           <xs:complexType>
3411             <xs:sequence>
3412               <xs:element name=
"C_ID" msprop:Generator_ColumnVarNameInTable="columnC_ID" msprop:Generator_ColumnPropNameInRow="C_ID" msprop:Generator_ColumnPropNameInTable="C_IDColumn" msprop:Generator_UserColumnName="C_ID" type="xs:int" />
3413               <xs:element name=
"SchoolID" msprop:Generator_ColumnVarNameInTable="columnSchoolID" msprop:Generator_ColumnPropNameInRow="SchoolID" msprop:Generator_ColumnPropNameInTable="SchoolIDColumn" msprop:Generator_UserColumnName="SchoolID" type="xs:int" />
3414               <xs:element name=
"Class" msprop:Generator_ColumnVarNameInTable="columnClass" msprop:Generator_ColumnPropNameInRow="_Class" msprop:Generator_ColumnPropNameInTable="ClassColumn" msprop:Generator_UserColumnName="Class">
3415                 <xs:simpleType>
3416                   <xs:restriction
base="xs:string">
3417                     <xs:maxLength
value="100" />
3418                   </xs:restriction>
3419                 </xs:simpleType>
3420               </xs:element>
3421               <xs:element name=
"FeeName" msprop:Generator_ColumnVarNameInTable="columnFeeName" msprop:Generator_ColumnPropNameInRow="FeeName" msprop:Generator_ColumnPropNameInTable="FeeNameColumn" msprop:Generator_UserColumnName="FeeName">
3422                 <xs:simpleType>
3423                   <xs:restriction
base="xs:string">
3424                     <xs:maxLength
value="250" />
3425                   </xs:restriction>
3426                 </xs:simpleType>
3427               </xs:element>
3428               <xs:element name=
"Semester" msprop:Generator_ColumnVarNameInTable="columnSemester" msprop:Generator_ColumnPropNameInRow="Semester" msprop:Generator_ColumnPropNameInTable="SemesterColumn" msprop:Generator_UserColumnName="Semester">
3429                 <xs:simpleType>
3430                   <xs:restriction
base="xs:string">
3431                     <xs:maxLength
value="30" />
3432                   </xs:restriction>
3433                 </xs:simpleType>
3434               </xs:element>
3435               <xs:element name=
"Fee" msprop:Generator_ColumnVarNameInTable="columnFee" msprop:Generator_ColumnPropNameInRow="Fee" msprop:Generator_ColumnPropNameInTable="FeeColumn" msprop:Generator_UserColumnName="Fee" type="xs:decimal" />
3436             </xs:sequence>
3437           </xs:complexType>
3438         </xs:element>
3439         <xs:element name=
"CourseFeePayment" msprop:Generator_TableClassName="CourseFeePaymentDataTable" msprop:Generator_TableVarName="tableCourseFeePayment" msprop:Generator_TablePropName="CourseFeePayment" msprop:Generator_RowDeletingName="CourseFeePaymentRowDeleting" msprop:Generator_RowChangingName="CourseFeePaymentRowChanging" msprop:Generator_RowEvHandlerName="CourseFeePaymentRowChangeEventHandler" msprop:Generator_RowDeletedName="CourseFeePaymentRowDeleted" msprop:Generator_UserTableName="CourseFeePayment" msprop:Generator_RowChangedName="CourseFeePaymentRowChanged" msprop:Generator_RowEvArgName="CourseFeePaymentRowChangeEvent" msprop:Generator_RowClassName="CourseFeePaymentRow">
3440           <xs:complexType>
3441             <xs:sequence>
3442               <xs:element name=
"Id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
3443               <xs:element name=
"CFP_ID" msprop:Generator_ColumnVarNameInTable="columnCFP_ID" msprop:Generator_ColumnPropNameInRow="CFP_ID" msprop:Generator_ColumnPropNameInTable="CFP_IDColumn" msprop:Generator_UserColumnName="CFP_ID" type="xs:int" />
3444               <xs:element name=
"PaymentID" msprop:Generator_ColumnVarNameInTable="columnPaymentID" msprop:Generator_ColumnPropNameInRow="PaymentID" msprop:Generator_ColumnPropNameInTable="PaymentIDColumn" msprop:Generator_UserColumnName="PaymentID">
3445                 <xs:simpleType>
3446                   <xs:restriction
base="xs:string">
3447                     <xs:maxLength
value="30" />
3448                   </xs:restriction>
3449                 </xs:simpleType>
3450               </xs:element>
3451               <xs:element name=
"AdmissionNo" msprop:Generator_ColumnVarNameInTable="columnAdmissionNo" msprop:Generator_ColumnPropNameInRow="AdmissionNo" msprop:Generator_ColumnPropNameInTable="AdmissionNoColumn" msprop:Generator_UserColumnName="AdmissionNo">
3452                 <xs:simpleType>
3453                   <xs:restriction
base="xs:string">
3454                     <xs:maxLength
value="15" />
3455                   </xs:restriction>
3456                 </xs:simpleType>
3457               </xs:element>
3458               <xs:element name=
"Session" msprop:Generator_ColumnVarNameInTable="columnSession" msprop:Generator_ColumnPropNameInRow="Session" msprop:Generator_ColumnPropNameInTable="SessionColumn" msprop:Generator_UserColumnName="Session">
3459                 <xs:simpleType>
3460                   <xs:restriction
base="xs:string">
3461                     <xs:maxLength
value="15" />
3462                   </xs:restriction>
3463                 </xs:simpleType>
3464               </xs:element>
3465               <xs:element name=
"Semester" msprop:Generator_ColumnVarNameInTable="columnSemester" msprop:Generator_ColumnPropNameInRow="Semester" msprop:Generator_ColumnPropNameInTable="SemesterColumn" msprop:Generator_UserColumnName="Semester">
3466                 <xs:simpleType>
3467                   <xs:restriction
base="xs:string">
3468                     <xs:maxLength
value="10" />
3469                   </xs:restriction>
3470                 </xs:simpleType>
3471               </xs:element>
3472               <xs:element name=
"TotalFee" msprop:Generator_ColumnVarNameInTable="columnTotalFee" msprop:Generator_ColumnPropNameInRow="TotalFee" msprop:Generator_ColumnPropNameInTable="TotalFeeColumn" msprop:Generator_UserColumnName="TotalFee" type="xs:decimal" />
3473               <xs:element name=
"DiscountPer" msprop:Generator_ColumnVarNameInTable="columnDiscountPer" msprop:Generator_ColumnPropNameInRow="DiscountPer" msprop:Generator_ColumnPropNameInTable="DiscountPerColumn" msprop:Generator_UserColumnName="DiscountPer" type="xs:decimal" />
3474               <xs:element name=
"DiscountAmt" msprop:Generator_ColumnVarNameInTable="columnDiscountAmt" msprop:Generator_ColumnPropNameInRow="DiscountAmt" msprop:Generator_ColumnPropNameInTable="DiscountAmtColumn" msprop:Generator_UserColumnName="DiscountAmt" type="xs:decimal" />
3475               <xs:element name=
"PreviousDue" msprop:Generator_ColumnVarNameInTable="columnPreviousDue" msprop:Generator_ColumnPropNameInRow="PreviousDue" msprop:Generator_ColumnPropNameInTable="PreviousDueColumn" msprop:Generator_UserColumnName="PreviousDue" type="xs:decimal" />
3476               <xs:element name=
"Fine" msprop:Generator_ColumnVarNameInTable="columnFine" msprop:Generator_ColumnPropNameInRow="Fine" msprop:Generator_ColumnPropNameInTable="FineColumn" msprop:Generator_UserColumnName="Fine" type="xs:decimal" />
3477               <xs:element name=
"GrandTotal" msprop:Generator_ColumnVarNameInTable="columnGrandTotal" msprop:Generator_ColumnPropNameInRow="GrandTotal" msprop:Generator_ColumnPropNameInTable="GrandTotalColumn" msprop:Generator_UserColumnName="GrandTotal" type="xs:decimal" />
3478               <xs:element name=
"TotalPaid" msprop:Generator_ColumnVarNameInTable="columnTotalPaid" msprop:Generator_ColumnPropNameInRow="TotalPaid" msprop:Generator_ColumnPropNameInTable="TotalPaidColumn" msprop:Generator_UserColumnName="TotalPaid" type="xs:decimal" />
3479               <xs:element name=
"ModeOfPayment" msprop:Generator_ColumnVarNameInTable="columnModeOfPayment" msprop:Generator_ColumnPropNameInRow="ModeOfPayment" msprop:Generator_ColumnPropNameInTable="ModeOfPaymentColumn" msprop:Generator_UserColumnName="ModeOfPayment">
3480                 <xs:simpleType>
3481                   <xs:restriction
base="xs:string">
3482                     <xs:maxLength
value="100" />
3483                   </xs:restriction>
3484                 </xs:simpleType>
3485               </xs:element>
3486               <xs:element name=
"PaymentModeDetails" msprop:Generator_ColumnVarNameInTable="columnPaymentModeDetails" msprop:Generator_ColumnPropNameInRow="PaymentModeDetails" msprop:Generator_ColumnPropNameInTable="PaymentModeDetailsColumn" msprop:Generator_UserColumnName="PaymentModeDetails" minOccurs="0">
3487                 <xs:simpleType>
3488                   <xs:restriction
base="xs:string">
3489                     <xs:maxLength
value="250" />
3490                   </xs:restriction>
3491                 </xs:simpleType>
3492               </xs:element>
3493               <xs:element name=
"PaymentDate" msprop:Generator_ColumnVarNameInTable="columnPaymentDate" msprop:Generator_ColumnPropNameInRow="PaymentDate" msprop:Generator_ColumnPropNameInTable="PaymentDateColumn" msprop:Generator_UserColumnName="PaymentDate" type="xs:dateTime" />
3494               <xs:element name=
"PaymentDue" msprop:Generator_ColumnVarNameInTable="columnPaymentDue" msprop:Generator_ColumnPropNameInRow="PaymentDue" msprop:Generator_ColumnPropNameInTable="PaymentDueColumn" msprop:Generator_UserColumnName="PaymentDue" type="xs:decimal" />
3495               <xs:element name=
"ClassType" msprop:Generator_ColumnVarNameInTable="columnClassType" msprop:Generator_ColumnPropNameInRow="ClassType" msprop:Generator_ColumnPropNameInTable="ClassTypeColumn" msprop:Generator_UserColumnName="ClassType">
3496                 <xs:simpleType>
3497                   <xs:restriction
base="xs:string">
3498                     <xs:maxLength
value="150" />
3499                   </xs:restriction>
3500                 </xs:simpleType>
3501               </xs:element>
3502               <xs:element name=
"SchoolType" msprop:Generator_ColumnVarNameInTable="columnSchoolType" msprop:Generator_ColumnPropNameInRow="SchoolType" msprop:Generator_ColumnPropNameInTable="SchoolTypeColumn" msprop:Generator_UserColumnName="SchoolType">
3503                 <xs:simpleType>
3504                   <xs:restriction
base="xs:string">
3505                     <xs:maxLength
value="150" />
3506                   </xs:restriction>
3507                 </xs:simpleType>
3508               </xs:element>
3509               <xs:element name=
"Class" msprop:Generator_ColumnVarNameInTable="columnClass" msprop:Generator_ColumnPropNameInRow="_Class" msprop:Generator_ColumnPropNameInTable="ClassColumn" msprop:Generator_UserColumnName="Class">
3510                 <xs:simpleType>
3511                   <xs:restriction
base="xs:string">
3512                     <xs:maxLength
value="100" />
3513                   </xs:restriction>
3514                 </xs:simpleType>
3515               </xs:element>
3516               <xs:element name=
"Section" msprop:Generator_ColumnVarNameInTable="columnSection" msprop:Generator_ColumnPropNameInRow="Section" msprop:Generator_ColumnPropNameInTable="SectionColumn" msprop:Generator_UserColumnName="Section">
3517                 <xs:simpleType>
3518                   <xs:restriction
base="xs:string">
3519                     <xs:maxLength
value="15" />
3520                   </xs:restriction>
3521                 </xs:simpleType>
3522               </xs:element>
3523             </xs:sequence>
3524           </xs:complexType>
3525         </xs:element>
3526         <xs:element name=
"CourseFeePayment_Join" msprop:Generator_TableClassName="CourseFeePayment_JoinDataTable" msprop:Generator_TableVarName="tableCourseFeePayment_Join" msprop:Generator_TablePropName="CourseFeePayment_Join" msprop:Generator_RowDeletingName="CourseFeePayment_JoinRowDeleting" msprop:Generator_RowChangingName="CourseFeePayment_JoinRowChanging" msprop:Generator_RowEvHandlerName="CourseFeePayment_JoinRowChangeEventHandler" msprop:Generator_RowDeletedName="CourseFeePayment_JoinRowDeleted" msprop:Generator_UserTableName="CourseFeePayment_Join" msprop:Generator_RowChangedName="CourseFeePayment_JoinRowChanged" msprop:Generator_RowEvArgName="CourseFeePayment_JoinRowChangeEvent" msprop:Generator_RowClassName="CourseFeePayment_JoinRow">
3527           <xs:complexType>
3528             <xs:sequence>
3529               <xs:element name=
"CFPJ_Id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnCFPJ_Id" msprop:Generator_ColumnPropNameInRow="CFPJ_Id" msprop:Generator_ColumnPropNameInTable="CFPJ_IdColumn" msprop:Generator_UserColumnName="CFPJ_Id" type="xs:int" />
3530               <xs:element name=
"C_PaymentID" msprop:Generator_ColumnVarNameInTable="columnC_PaymentID" msprop:Generator_ColumnPropNameInRow="C_PaymentID" msprop:Generator_ColumnPropNameInTable="C_PaymentIDColumn" msprop:Generator_UserColumnName="C_PaymentID" type="xs:int" />
3531               <xs:element name=
"FeeName" msprop:Generator_ColumnVarNameInTable="columnFeeName" msprop:Generator_ColumnPropNameInRow="FeeName" msprop:Generator_ColumnPropNameInTable="FeeNameColumn" msprop:Generator_UserColumnName="FeeName">
3532                 <xs:simpleType>
3533                   <xs:restriction
base="xs:string">
3534                     <xs:maxLength
value="250" />
3535                   </xs:restriction>
3536                 </xs:simpleType>
3537               </xs:element>
3538               <xs:element name=
"Fee" msprop:Generator_ColumnVarNameInTable="columnFee" msprop:Generator_ColumnPropNameInRow="Fee" msprop:Generator_ColumnPropNameInTable="FeeColumn" msprop:Generator_UserColumnName="Fee" type="xs:decimal" />
3539             </xs:sequence>
3540           </xs:complexType>
3541         </xs:element>
3542         <xs:element name=
"Department" msprop:Generator_TableClassName="DepartmentDataTable" msprop:Generator_TableVarName="tableDepartment" msprop:Generator_TablePropName="Department" msprop:Generator_RowDeletingName="DepartmentRowDeleting" msprop:Generator_RowChangingName="DepartmentRowChanging" msprop:Generator_RowEvHandlerName="DepartmentRowChangeEventHandler" msprop:Generator_RowDeletedName="DepartmentRowDeleted" msprop:Generator_UserTableName="Department" msprop:Generator_RowChangedName="DepartmentRowChanged" msprop:Generator_RowEvArgName="DepartmentRowChangeEvent" msprop:Generator_RowClassName="DepartmentRow">
3543           <xs:complexType>
3544             <xs:sequence>
3545               <xs:element name=
"id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
3546               <xs:element name=
"DepartmentName" msprop:Generator_ColumnVarNameInTable="columnDepartmentName" msprop:Generator_ColumnPropNameInRow="DepartmentName" msprop:Generator_ColumnPropNameInTable="DepartmentNameColumn" msprop:Generator_UserColumnName="DepartmentName">
3547                 <xs:simpleType>
3548                   <xs:restriction
base="xs:string">
3549                     <xs:maxLength
value="250" />
3550                   </xs:restriction>
3551                 </xs:simpleType>
3552               </xs:element>
3553             </xs:sequence>
3554           </xs:complexType>
3555         </xs:element>
3556         <xs:element name=
"Designation" msprop:Generator_TableClassName="DesignationDataTable" msprop:Generator_TableVarName="tableDesignation" msprop:Generator_TablePropName="Designation" msprop:Generator_RowDeletingName="DesignationRowDeleting" msprop:Generator_RowChangingName="DesignationRowChanging" msprop:Generator_RowEvHandlerName="DesignationRowChangeEventHandler" msprop:Generator_RowDeletedName="DesignationRowDeleted" msprop:Generator_UserTableName="Designation" msprop:Generator_RowChangedName="DesignationRowChanged" msprop:Generator_RowEvArgName="DesignationRowChangeEvent" msprop:Generator_RowClassName="DesignationRow">
3557           <xs:complexType>
3558             <xs:sequence>
3559               <xs:element name=
"Designation" msprop:Generator_ColumnVarNameInTable="columnDesignation" msprop:Generator_ColumnPropNameInRow="Designation" msprop:Generator_ColumnPropNameInTable="DesignationColumn" msprop:Generator_UserColumnName="Designation">
3560                 <xs:simpleType>
3561                   <xs:restriction
base="xs:string">
3562                     <xs:maxLength
value="150" />
3563                   </xs:restriction>
3564                 </xs:simpleType>
3565               </xs:element>
3566             </xs:sequence>
3567           </xs:complexType>
3568         </xs:element>
3569         <xs:element name=
"Discount" msprop:Generator_TableClassName="DiscountDataTable" msprop:Generator_TableVarName="tableDiscount" msprop:Generator_TablePropName="Discount" msprop:Generator_RowDeletingName="DiscountRowDeleting" msprop:Generator_RowChangingName="DiscountRowChanging" msprop:Generator_RowEvHandlerName="DiscountRowChangeEventHandler" msprop:Generator_RowDeletedName="DiscountRowDeleted" msprop:Generator_UserTableName="Discount" msprop:Generator_RowChangedName="DiscountRowChanged" msprop:Generator_RowEvArgName="DiscountRowChangeEvent" msprop:Generator_RowClassName="DiscountRow">
3570           <xs:complexType>
3571             <xs:sequence>
3572               <xs:element name=
"Id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
3573               <xs:element name=
"AdmissionNo" msprop:Generator_ColumnVarNameInTable="columnAdmissionNo" msprop:Generator_ColumnPropNameInRow="AdmissionNo" msprop:Generator_ColumnPropNameInTable="AdmissionNoColumn" msprop:Generator_UserColumnName="AdmissionNo">
3574                 <xs:simpleType>
3575                   <xs:restriction
base="xs:string">
3576                     <xs:maxLength
value="15" />
3577                   </xs:restriction>
3578                 </xs:simpleType>
3579               </xs:element>
3580               <xs:element name=
"Feetype" msprop:Generator_ColumnVarNameInTable="columnFeetype" msprop:Generator_ColumnPropNameInRow="Feetype" msprop:Generator_ColumnPropNameInTable="FeetypeColumn" msprop:Generator_UserColumnName="Feetype">
3581                 <xs:simpleType>
3582                   <xs:restriction
base="xs:string">
3583                     <xs:maxLength
value="50" />
3584                   </xs:restriction>
3585                 </xs:simpleType>
3586               </xs:element>
3587               <xs:element name=
"Discount" msprop:Generator_ColumnVarNameInTable="columnDiscount" msprop:Generator_ColumnPropNameInRow="Discount" msprop:Generator_ColumnPropNameInTable="DiscountColumn" msprop:Generator_UserColumnName="Discount" type="xs:decimal" />
3588             </xs:sequence>
3589           </xs:complexType>
3590         </xs:element>
3591         <xs:element name=
"Discount_Staff" msprop:Generator_TableClassName="Discount_StaffDataTable" msprop:Generator_TableVarName="tableDiscount_Staff" msprop:Generator_TablePropName="Discount_Staff" msprop:Generator_RowDeletingName="Discount_StaffRowDeleting" msprop:Generator_RowChangingName="Discount_StaffRowChanging" msprop:Generator_RowEvHandlerName="Discount_StaffRowChangeEventHandler" msprop:Generator_RowDeletedName="Discount_StaffRowDeleted" msprop:Generator_UserTableName="Discount_Staff" msprop:Generator_RowChangedName="Discount_StaffRowChanged" msprop:Generator_RowEvArgName="Discount_StaffRowChangeEvent" msprop:Generator_RowClassName="Discount_StaffRow">
3592           <xs:complexType>
3593             <xs:sequence>
3594               <xs:element name=
"Id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
3595               <xs:element name=
"StaffID" msprop:Generator_ColumnVarNameInTable="columnStaffID" msprop:Generator_ColumnPropNameInRow="StaffID" msprop:Generator_ColumnPropNameInTable="StaffIDColumn" msprop:Generator_UserColumnName="StaffID" type="xs:int" />
3596               <xs:element name=
"Discount" msprop:Generator_ColumnVarNameInTable="columnDiscount" msprop:Generator_ColumnPropNameInRow="Discount" msprop:Generator_ColumnPropNameInTable="DiscountColumn" msprop:Generator_UserColumnName="Discount" type="xs:decimal" />
3597             </xs:sequence>
3598           </xs:complexType>
3599         </xs:element>
3600         <xs:element name=
"Document" msprop:Generator_TableClassName="DocumentDataTable" msprop:Generator_TableVarName="tableDocument" msprop:Generator_TablePropName="Document" msprop:Generator_RowDeletingName="DocumentRowDeleting" msprop:Generator_RowChangingName="DocumentRowChanging" msprop:Generator_RowEvHandlerName="DocumentRowChangeEventHandler" msprop:Generator_RowDeletedName="DocumentRowDeleted" msprop:Generator_UserTableName="Document" msprop:Generator_RowChangedName="DocumentRowChanged" msprop:Generator_RowEvArgName="DocumentRowChangeEvent" msprop:Generator_RowClassName="DocumentRow">
3601           <xs:complexType>
3602             <xs:sequence>
3603               <xs:element name=
"Doc_Id" msprop:Generator_ColumnVarNameInTable="columnDoc_Id" msprop:Generator_ColumnPropNameInRow="Doc_Id" msprop:Generator_ColumnPropNameInTable="Doc_IdColumn" msprop:Generator_UserColumnName="Doc_Id" type="xs:int" />
3604               <xs:element name=
"DocName" msprop:Generator_ColumnVarNameInTable="columnDocName" msprop:Generator_ColumnPropNameInRow="DocName" msprop:Generator_ColumnPropNameInTable="DocNameColumn" msprop:Generator_UserColumnName="DocName">
3605                 <xs:simpleType>
3606                   <xs:restriction
base="xs:string">
3607                     <xs:maxLength
value="100" />
3608                   </xs:restriction>
3609                 </xs:simpleType>
3610               </xs:element>
3611             </xs:sequence>
3612           </xs:complexType>
3613         </xs:element>
3614         <xs:element name=
"Fee" msprop:Generator_TableClassName="FeeDataTable" msprop:Generator_TableVarName="tableFee" msprop:Generator_TablePropName="Fee" msprop:Generator_RowDeletingName="FeeRowDeleting" msprop:Generator_RowChangingName="FeeRowChanging" msprop:Generator_RowEvHandlerName="FeeRowChangeEventHandler" msprop:Generator_RowDeletedName="FeeRowDeleted" msprop:Generator_UserTableName="Fee" msprop:Generator_RowChangedName="FeeRowChanged" msprop:Generator_RowEvArgName="FeeRowChangeEvent" msprop:Generator_RowClassName="FeeRow">
3615           <xs:complexType>
3616             <xs:sequence>
3617               <xs:element name=
"Feename" msprop:Generator_ColumnVarNameInTable="columnFeename" msprop:Generator_ColumnPropNameInRow="Feename" msprop:Generator_ColumnPropNameInTable="FeenameColumn" msprop:Generator_UserColumnName="Feename">
3618                 <xs:simpleType>
3619                   <xs:restriction
base="xs:string">
3620                     <xs:maxLength
value="250" />
3621                   </xs:restriction>
3622                 </xs:simpleType>
3623               </xs:element>
3624             </xs:sequence>
3625           </xs:complexType>
3626         </xs:element>
3627         <xs:element name=
"Hosteler" msprop:Generator_TableClassName="HostelerDataTable" msprop:Generator_TableVarName="tableHosteler" msprop:Generator_TablePropName="Hosteler" msprop:Generator_RowDeletingName="HostelerRowDeleting" msprop:Generator_RowChangingName="HostelerRowChanging" msprop:Generator_RowEvHandlerName="HostelerRowChangeEventHandler" msprop:Generator_RowDeletedName="HostelerRowDeleted" msprop:Generator_UserTableName="Hosteler" msprop:Generator_RowChangedName="HostelerRowChanged" msprop:Generator_RowEvArgName="HostelerRowChangeEvent" msprop:Generator_RowClassName="HostelerRow">
3628           <xs:complexType>
3629             <xs:sequence>
3630               <xs:element name=
"H_Id" msprop:Generator_ColumnVarNameInTable="columnH_Id" msprop:Generator_ColumnPropNameInRow="H_Id" msprop:Generator_ColumnPropNameInTable="H_IdColumn" msprop:Generator_UserColumnName="H_Id" type="xs:int" />
3631               <xs:element name=
"AdmissionNo" msprop:Generator_ColumnVarNameInTable="columnAdmissionNo" msprop:Generator_ColumnPropNameInRow="AdmissionNo" msprop:Generator_ColumnPropNameInTable="AdmissionNoColumn" msprop:Generator_UserColumnName="AdmissionNo">
3632                 <xs:simpleType>
3633                   <xs:restriction
base="xs:string">
3634                     <xs:maxLength
value="15" />
3635                   </xs:restriction>
3636                 </xs:simpleType>
3637               </xs:element>
3638               <xs:element name=
"HostelID" msprop:Generator_ColumnVarNameInTable="columnHostelID" msprop:Generator_ColumnPropNameInRow="HostelID" msprop:Generator_ColumnPropNameInTable="HostelIDColumn" msprop:Generator_UserColumnName="HostelID" type="xs:int" />
3639               <xs:element name=
"JoiningDate" msprop:Generator_ColumnVarNameInTable="columnJoiningDate" msprop:Generator_ColumnPropNameInRow="JoiningDate" msprop:Generator_ColumnPropNameInTable="JoiningDateColumn" msprop:Generator_UserColumnName="JoiningDate" type="xs:dateTime" />
3640               <xs:element name=
"Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status">
3641                 <xs:simpleType>
3642                   <xs:restriction
base="xs:string">
3643                     <xs:maxLength
value="10" />
3644                   </xs:restriction>
3645                 </xs:simpleType>
3646               </xs:element>
3647             </xs:sequence>
3648           </xs:complexType>
3649         </xs:element>
3650         <xs:element name=
"HostelFeePayment" msprop:Generator_TableClassName="HostelFeePaymentDataTable" msprop:Generator_TableVarName="tableHostelFeePayment" msprop:Generator_TablePropName="HostelFeePayment" msprop:Generator_RowDeletingName="HostelFeePaymentRowDeleting" msprop:Generator_RowChangingName="HostelFeePaymentRowChanging" msprop:Generator_RowEvHandlerName="HostelFeePaymentRowChangeEventHandler" msprop:Generator_RowDeletedName="HostelFeePaymentRowDeleted" msprop:Generator_UserTableName="HostelFeePayment" msprop:Generator_RowChangedName="HostelFeePaymentRowChanged" msprop:Generator_RowEvArgName="HostelFeePaymentRowChangeEvent" msprop:Generator_RowClassName="HostelFeePaymentRow">
3651           <xs:complexType>
3652             <xs:sequence>
3653               <xs:element name=
"Id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
3654               <xs:element name=
"HFP_Id" msprop:Generator_ColumnVarNameInTable="columnHFP_Id" msprop:Generator_ColumnPropNameInRow="HFP_Id" msprop:Generator_ColumnPropNameInTable="HFP_IdColumn" msprop:Generator_UserColumnName="HFP_Id" type="xs:int" />
3655               <xs:element name=
"PaymentID" msprop:Generator_ColumnVarNameInTable="columnPaymentID" msprop:Generator_ColumnPropNameInRow="PaymentID" msprop:Generator_ColumnPropNameInTable="PaymentIDColumn" msprop:Generator_UserColumnName="PaymentID">
3656                 <xs:simpleType>
3657                   <xs:restriction
base="xs:string">
3658                     <xs:maxLength
value="30" />
3659                   </xs:restriction>
3660                 </xs:simpleType>
3661               </xs:element>
3662               <xs:element name=
"HostelerID" msprop:Generator_ColumnVarNameInTable="columnHostelerID" msprop:Generator_ColumnPropNameInRow="HostelerID" msprop:Generator_ColumnPropNameInTable="HostelerIDColumn" msprop:Generator_UserColumnName="HostelerID" type="xs:int" />
3663               <xs:element name=
"Session" msprop:Generator_ColumnVarNameInTable="columnSession" msprop:Generator_ColumnPropNameInRow="Session" msprop:Generator_ColumnPropNameInTable="SessionColumn" msprop:Generator_UserColumnName="Session">
3664                 <xs:simpleType>
3665                   <xs:restriction
base="xs:string">
3666                     <xs:maxLength
value="15" />
3667                   </xs:restriction>
3668                 </xs:simpleType>
3669               </xs:element>
3670               <xs:element name=
"Installment" msprop:Generator_ColumnVarNameInTable="columnInstallment" msprop:Generator_ColumnPropNameInRow="Installment" msprop:Generator_ColumnPropNameInTable="InstallmentColumn" msprop:Generator_UserColumnName="Installment">
3671                 <xs:simpleType>
3672                   <xs:restriction
base="xs:string">
3673                     <xs:maxLength
value="20" />
3674                   </xs:restriction>
3675                 </xs:simpleType>
3676               </xs:element>
3677               <xs:element name=
"TotalFee" msprop:Generator_ColumnVarNameInTable="columnTotalFee" msprop:Generator_ColumnPropNameInRow="TotalFee" msprop:Generator_ColumnPropNameInTable="TotalFeeColumn" msprop:Generator_UserColumnName="TotalFee" type="xs:decimal" />
3678               <xs:element name=
"DiscountPer" msprop:Generator_ColumnVarNameInTable="columnDiscountPer" msprop:Generator_ColumnPropNameInRow="DiscountPer" msprop:Generator_ColumnPropNameInTable="DiscountPerColumn" msprop:Generator_UserColumnName="DiscountPer" type="xs:decimal" />
3679               <xs:element name=
"DiscountAmt" msprop:Generator_ColumnVarNameInTable="columnDiscountAmt" msprop:Generator_ColumnPropNameInRow="DiscountAmt" msprop:Generator_ColumnPropNameInTable="DiscountAmtColumn" msprop:Generator_UserColumnName="DiscountAmt" type="xs:decimal" />
3680               <xs:element name=
"PreviousDue" msprop:Generator_ColumnVarNameInTable="columnPreviousDue" msprop:Generator_ColumnPropNameInRow="PreviousDue" msprop:Generator_ColumnPropNameInTable="PreviousDueColumn" msprop:Generator_UserColumnName="PreviousDue" type="xs:decimal" />
3681               <xs:element name=
"Fine" msprop:Generator_ColumnVarNameInTable="columnFine" msprop:Generator_ColumnPropNameInRow="Fine" msprop:Generator_ColumnPropNameInTable="FineColumn" msprop:Generator_UserColumnName="Fine" type="xs:decimal" />
3682               <xs:element name=
"GrandTotal" msprop:Generator_ColumnVarNameInTable="columnGrandTotal" msprop:Generator_ColumnPropNameInRow="GrandTotal" msprop:Generator_ColumnPropNameInTable="GrandTotalColumn" msprop:Generator_UserColumnName="GrandTotal" type="xs:decimal" />
3683               <xs:element name=
"TotalPaid" msprop:Generator_ColumnVarNameInTable="columnTotalPaid" msprop:Generator_ColumnPropNameInRow="TotalPaid" msprop:Generator_ColumnPropNameInTable="TotalPaidColumn" msprop:Generator_UserColumnName="TotalPaid" type="xs:decimal" />
3684               <xs:element name=
"ModeOfPayment" msprop:Generator_ColumnVarNameInTable="columnModeOfPayment" msprop:Generator_ColumnPropNameInRow="ModeOfPayment" msprop:Generator_ColumnPropNameInTable="ModeOfPaymentColumn" msprop:Generator_UserColumnName="ModeOfPayment">
3685                 <xs:simpleType>
3686                   <xs:restriction
base="xs:string">
3687                     <xs:maxLength
value="100" />
3688                   </xs:restriction>
3689                 </xs:simpleType>
3690               </xs:element>
3691               <xs:element name=
"PaymentModeDetails" msprop:Generator_ColumnVarNameInTable="columnPaymentModeDetails" msprop:Generator_ColumnPropNameInRow="PaymentModeDetails" msprop:Generator_ColumnPropNameInTable="PaymentModeDetailsColumn" msprop:Generator_UserColumnName="PaymentModeDetails" minOccurs="0">
3692                 <xs:simpleType>
3693                   <xs:restriction
base="xs:string">
3694                     <xs:maxLength
value="250" />
3695                   </xs:restriction>
3696                 </xs:simpleType>
3697               </xs:element>
3698               <xs:element name=
"Paymentdate" msprop:Generator_ColumnVarNameInTable="columnPaymentdate" msprop:Generator_ColumnPropNameInRow="Paymentdate" msprop:Generator_ColumnPropNameInTable="PaymentdateColumn" msprop:Generator_UserColumnName="Paymentdate" type="xs:dateTime" />
3699               <xs:element name=
"PaymentDue" msprop:Generator_ColumnVarNameInTable="columnPaymentDue" msprop:Generator_ColumnPropNameInRow="PaymentDue" msprop:Generator_ColumnPropNameInTable="PaymentDueColumn" msprop:Generator_UserColumnName="PaymentDue" type="xs:decimal" />
3700               <xs:element name=
"ClassType" msprop:Generator_ColumnVarNameInTable="columnClassType" msprop:Generator_ColumnPropNameInRow="ClassType" msprop:Generator_ColumnPropNameInTable="ClassTypeColumn" msprop:Generator_UserColumnName="ClassType">
3701                 <xs:simpleType>
3702                   <xs:restriction
base="xs:string">
3703                     <xs:maxLength
value="150" />
3704                   </xs:restriction>
3705                 </xs:simpleType>
3706               </xs:element>
3707               <xs:element name=
"SchoolType" msprop:Generator_ColumnVarNameInTable="columnSchoolType" msprop:Generator_ColumnPropNameInRow="SchoolType" msprop:Generator_ColumnPropNameInTable="SchoolTypeColumn" msprop:Generator_UserColumnName="SchoolType">
3708                 <xs:simpleType>
3709                   <xs:restriction
base="xs:string">
3710                     <xs:maxLength
value="150" />
3711                   </xs:restriction>
3712                 </xs:simpleType>
3713               </xs:element>
3714               <xs:element name=
"Class" msprop:Generator_ColumnVarNameInTable="columnClass" msprop:Generator_ColumnPropNameInRow="_Class" msprop:Generator_ColumnPropNameInTable="ClassColumn" msprop:Generator_UserColumnName="Class">
3715                 <xs:simpleType>
3716                   <xs:restriction
base="xs:string">
3717                     <xs:maxLength
value="100" />
3718                   </xs:restriction>
3719                 </xs:simpleType>
3720               </xs:element>
3721               <xs:element name=
"Section" msprop:Generator_ColumnVarNameInTable="columnSection" msprop:Generator_ColumnPropNameInRow="Section" msprop:Generator_ColumnPropNameInTable="SectionColumn" msprop:Generator_UserColumnName="Section">
3722                 <xs:simpleType>
3723                   <xs:restriction
base="xs:string">
3724                     <xs:maxLength
value="15" />
3725                   </xs:restriction>
3726                 </xs:simpleType>
3727               </xs:element>
3728             </xs:sequence>
3729           </xs:complexType>
3730         </xs:element>
3731         <xs:element name=
"HostelInfo" msprop:Generator_TableClassName="HostelInfoDataTable" msprop:Generator_TableVarName="tableHostelInfo" msprop:Generator_TablePropName="HostelInfo" msprop:Generator_RowDeletingName="HostelInfoRowDeleting" msprop:Generator_RowChangingName="HostelInfoRowChanging" msprop:Generator_RowEvHandlerName="HostelInfoRowChangeEventHandler" msprop:Generator_RowDeletedName="HostelInfoRowDeleted" msprop:Generator_UserTableName="HostelInfo" msprop:Generator_RowChangedName="HostelInfoRowChanged" msprop:Generator_RowEvArgName="HostelInfoRowChangeEvent" msprop:Generator_RowClassName="HostelInfoRow">
3732           <xs:complexType>
3733             <xs:sequence>
3734               <xs:element name=
"HI_Id" msprop:Generator_ColumnVarNameInTable="columnHI_Id" msprop:Generator_ColumnPropNameInRow="HI_Id" msprop:Generator_ColumnPropNameInTable="HI_IdColumn" msprop:Generator_UserColumnName="HI_Id" type="xs:int" />
3735               <xs:element name=
"Hostelname" msprop:Generator_ColumnVarNameInTable="columnHostelname" msprop:Generator_ColumnPropNameInRow="Hostelname" msprop:Generator_ColumnPropNameInTable="HostelnameColumn" msprop:Generator_UserColumnName="Hostelname">
3736                 <xs:simpleType>
3737                   <xs:restriction
base="xs:string">
3738                     <xs:maxLength
value="150" />
3739                   </xs:restriction>
3740                 </xs:simpleType>
3741               </xs:element>
3742               <xs:element name=
"Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" msprop:Generator_UserColumnName="Address">
3743                 <xs:simpleType>
3744                   <xs:restriction
base="xs:string">
3745                     <xs:maxLength
value="250" />
3746                   </xs:restriction>
3747                 </xs:simpleType>
3748               </xs:element>
3749               <xs:element name=
"ContactNo" msprop:Generator_ColumnVarNameInTable="columnContactNo" msprop:Generator_ColumnPropNameInRow="ContactNo" msprop:Generator_ColumnPropNameInTable="ContactNoColumn" msprop:Generator_UserColumnName="ContactNo">
3750                 <xs:simpleType>
3751                   <xs:restriction
base="xs:string">
3752                     <xs:maxLength
value="15" />
3753                   </xs:restriction>
3754                 </xs:simpleType>
3755               </xs:element>
3756               <xs:element name=
"ManagedBy" msprop:Generator_ColumnVarNameInTable="columnManagedBy" msprop:Generator_ColumnPropNameInRow="ManagedBy" msprop:Generator_ColumnPropNameInTable="ManagedByColumn" msprop:Generator_UserColumnName="ManagedBy" minOccurs="0">
3757                 <xs:simpleType>
3758                   <xs:restriction
base="xs:string">
3759                     <xs:maxLength
value="100" />
3760                   </xs:restriction>
3761                 </xs:simpleType>
3762               </xs:element>
3763               <xs:element name=
"Person_ContactNo" msprop:Generator_ColumnVarNameInTable="columnPerson_ContactNo" msprop:Generator_ColumnPropNameInRow="Person_ContactNo" msprop:Generator_ColumnPropNameInTable="Person_ContactNoColumn" msprop:Generator_UserColumnName="Person_ContactNo" minOccurs="0">
3764                 <xs:simpleType>
3765                   <xs:restriction
base="xs:string">
3766                     <xs:maxLength
value="15" />
3767                   </xs:restriction>
3768                 </xs:simpleType>
3769               </xs:element>
3770             </xs:sequence>
3771           </xs:complexType>
3772         </xs:element>
3773         <xs:element name=
"Installment_Bus" msprop:Generator_TableClassName="Installment_BusDataTable" msprop:Generator_TableVarName="tableInstallment_Bus" msprop:Generator_TablePropName="Installment_Bus" msprop:Generator_RowDeletingName="Installment_BusRowDeleting" msprop:Generator_RowChangingName="Installment_BusRowChanging" msprop:Generator_RowEvHandlerName="Installment_BusRowChangeEventHandler" msprop:Generator_RowDeletedName="Installment_BusRowDeleted" msprop:Generator_UserTableName="Installment_Bus" msprop:Generator_RowChangedName="Installment_BusRowChanged" msprop:Generator_RowEvArgName="Installment_BusRowChangeEvent" msprop:Generator_RowClassName="Installment_BusRow">
3774           <xs:complexType>
3775             <xs:sequence>
3776               <xs:element name=
"IB_ID" msprop:Generator_ColumnVarNameInTable="columnIB_ID" msprop:Generator_ColumnPropNameInRow="IB_ID" msprop:Generator_ColumnPropNameInTable="IB_IDColumn" msprop:Generator_UserColumnName="IB_ID" type="xs:int" />
3777               <xs:element name=
"Installment" msprop:Generator_ColumnVarNameInTable="columnInstallment" msprop:Generator_ColumnPropNameInRow="Installment" msprop:Generator_ColumnPropNameInTable="InstallmentColumn" msprop:Generator_UserColumnName="Installment">
3778                 <xs:simpleType>
3779                   <xs:restriction
base="xs:string">
3780                     <xs:maxLength
value="20" />
3781                   </xs:restriction>
3782                 </xs:simpleType>
3783               </xs:element>
3784               <xs:element name=
"Charges" msprop:Generator_ColumnVarNameInTable="columnCharges" msprop:Generator_ColumnPropNameInRow="Charges" msprop:Generator_ColumnPropNameInTable="ChargesColumn" msprop:Generator_UserColumnName="Charges" type="xs:decimal" />
3785               <xs:element name=
"Location" msprop:Generator_ColumnVarNameInTable="columnLocation" msprop:Generator_ColumnPropNameInRow="Location" msprop:Generator_ColumnPropNameInTable="LocationColumn" msprop:Generator_UserColumnName="Location" minOccurs="0">
3786                 <xs:simpleType>
3787                   <xs:restriction
base="xs:string">
3788                     <xs:maxLength
value="250" />
3789                   </xs:restriction>
3790                 </xs:simpleType>
3791               </xs:element>
3792             </xs:sequence>
3793           </xs:complexType>
3794         </xs:element>
3795         <xs:element name=
"Installment_Hostel" msprop:Generator_TableClassName="Installment_HostelDataTable" msprop:Generator_TableVarName="tableInstallment_Hostel" msprop:Generator_TablePropName="Installment_Hostel" msprop:Generator_RowDeletingName="Installment_HostelRowDeleting" msprop:Generator_RowChangingName="Installment_HostelRowChanging" msprop:Generator_RowEvHandlerName="Installment_HostelRowChangeEventHandler" msprop:Generator_RowDeletedName="Installment_HostelRowDeleted" msprop:Generator_UserTableName="Installment_Hostel" msprop:Generator_RowChangedName="Installment_HostelRowChanged" msprop:Generator_RowEvArgName="Installment_HostelRowChangeEvent" msprop:Generator_RowClassName="Installment_HostelRow">
3796           <xs:complexType>
3797             <xs:sequence>
3798               <xs:element name=
"IH_ID" msprop:Generator_ColumnVarNameInTable="columnIH_ID" msprop:Generator_ColumnPropNameInRow="IH_ID" msprop:Generator_ColumnPropNameInTable="IH_IDColumn" msprop:Generator_UserColumnName="IH_ID" type="xs:int" />
3799               <xs:element name=
"Installment" msprop:Generator_ColumnVarNameInTable="columnInstallment" msprop:Generator_ColumnPropNameInRow="Installment" msprop:Generator_ColumnPropNameInTable="InstallmentColumn" msprop:Generator_UserColumnName="Installment">
3800                 <xs:simpleType>
3801                   <xs:restriction
base="xs:string">
3802                     <xs:maxLength
value="20" />
3803                   </xs:restriction>
3804                 </xs:simpleType>
3805               </xs:element>
3806               <xs:element name=
"Charges" msprop:Generator_ColumnVarNameInTable="columnCharges" msprop:Generator_ColumnPropNameInRow="Charges" msprop:Generator_ColumnPropNameInTable="ChargesColumn" msprop:Generator_UserColumnName="Charges" type="xs:decimal" />
3807               <xs:element name=
"HostelID" msprop:Generator_ColumnVarNameInTable="columnHostelID" msprop:Generator_ColumnPropNameInRow="HostelID" msprop:Generator_ColumnPropNameInTable="HostelIDColumn" msprop:Generator_UserColumnName="HostelID" type="xs:int" />
3808               <xs:element name=
"Class" msprop:Generator_ColumnVarNameInTable="columnClass" msprop:Generator_ColumnPropNameInRow="_Class" msprop:Generator_ColumnPropNameInTable="ClassColumn" msprop:Generator_UserColumnName="Class">
3809                 <xs:simpleType>
3810                   <xs:restriction
base="xs:string">
3811                     <xs:maxLength
value="100" />
3812                   </xs:restriction>
3813                 </xs:simpleType>
3814               </xs:element>
3815               <xs:element name=
"SchoolID" msprop:Generator_ColumnVarNameInTable="columnSchoolID" msprop:Generator_ColumnPropNameInRow="SchoolID" msprop:Generator_ColumnPropNameInTable="SchoolIDColumn" msprop:Generator_UserColumnName="SchoolID" type="xs:int" />
3816             </xs:sequence>
3817           </xs:complexType>
3818         </xs:element>
3819         <xs:element name=
"Location" msprop:Generator_TableClassName="LocationDataTable" msprop:Generator_TableVarName="tableLocation" msprop:Generator_TablePropName="Location" msprop:Generator_RowDeletingName="LocationRowDeleting" msprop:Generator_RowChangingName="LocationRowChanging" msprop:Generator_RowEvHandlerName="LocationRowChangeEventHandler" msprop:Generator_RowDeletedName="LocationRowDeleted" msprop:Generator_UserTableName="Location" msprop:Generator_RowChangedName="LocationRowChanged" msprop:Generator_RowEvArgName="LocationRowChangeEvent" msprop:Generator_RowClassName="LocationRow">
3820           <xs:complexType>
3821             <xs:sequence>
3822               <xs:element name=
"LocationName" msprop:Generator_ColumnVarNameInTable="columnLocationName" msprop:Generator_ColumnPropNameInRow="LocationName" msprop:Generator_ColumnPropNameInTable="LocationNameColumn" msprop:Generator_UserColumnName="LocationName">
3823                 <xs:simpleType>
3824                   <xs:restriction
base="xs:string">
3825                     <xs:maxLength
value="250" />
3826                   </xs:restriction>
3827                 </xs:simpleType>
3828               </xs:element>
3829             </xs:sequence>
3830           </xs:complexType>
3831         </xs:element>
3832         <xs:element name=
"Logs" msprop:Generator_TableClassName="LogsDataTable" msprop:Generator_TableVarName="tableLogs" msprop:Generator_TablePropName="Logs" msprop:Generator_RowDeletingName="LogsRowDeleting" msprop:Generator_RowChangingName="LogsRowChanging" msprop:Generator_RowEvHandlerName="LogsRowChangeEventHandler" msprop:Generator_RowDeletedName="LogsRowDeleted" msprop:Generator_UserTableName="Logs" msprop:Generator_RowChangedName="LogsRowChanged" msprop:Generator_RowEvArgName="LogsRowChangeEvent" msprop:Generator_RowClassName="LogsRow">
3833           <xs:complexType>
3834             <xs:sequence>
3835               <xs:element name=
"Id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
3836               <xs:element name=
"UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
3837                 <xs:simpleType>
3838                   <xs:restriction
base="xs:string">
3839                     <xs:maxLength
value="100" />
3840                   </xs:restriction>
3841                 </xs:simpleType>
3842               </xs:element>
3843               <xs:element name=
"Date" msprop:Generator_ColumnVarNameInTable="columnDate" msprop:Generator_ColumnPropNameInRow="_Date" msprop:Generator_ColumnPropNameInTable="DateColumn" msprop:Generator_UserColumnName="Date" type="xs:dateTime" />
3844               <xs:element name=
"Operation" msprop:Generator_ColumnVarNameInTable="columnOperation" msprop:Generator_ColumnPropNameInRow="Operation" msprop:Generator_ColumnPropNameInTable="OperationColumn" msprop:Generator_UserColumnName="Operation">
3845                 <xs:simpleType>
3846                   <xs:restriction
base="xs:string">
3847                     <xs:maxLength
value="2147483647" />
3848                   </xs:restriction>
3849                 </xs:simpleType>
3850               </xs:element>
3851             </xs:sequence>
3852           </xs:complexType>
3853         </xs:element>
3854         <xs:element name=
"NoDues_Staff" msprop:Generator_TableClassName="NoDues_StaffDataTable" msprop:Generator_TableVarName="tableNoDues_Staff" msprop:Generator_TablePropName="NoDues_Staff" msprop:Generator_RowDeletingName="NoDues_StaffRowDeleting" msprop:Generator_RowChangingName="NoDues_StaffRowChanging" msprop:Generator_RowEvHandlerName="NoDues_StaffRowChangeEventHandler" msprop:Generator_RowDeletedName="NoDues_StaffRowDeleted" msprop:Generator_UserTableName="NoDues_Staff" msprop:Generator_RowChangedName="NoDues_StaffRowChanged" msprop:Generator_RowEvArgName="NoDues_StaffRowChangeEvent" msprop:Generator_RowClassName="NoDues_StaffRow">
3855           <xs:complexType>
3856             <xs:sequence>
3857               <xs:element name=
"StaffID" msprop:Generator_ColumnVarNameInTable="columnStaffID" msprop:Generator_ColumnPropNameInRow="StaffID" msprop:Generator_ColumnPropNameInTable="StaffIDColumn" msprop:Generator_UserColumnName="StaffID" type="xs:int" />
3858               <xs:element name=
"Staff" msprop:Generator_ColumnVarNameInTable="columnStaff" msprop:Generator_ColumnPropNameInRow="Staff" msprop:Generator_ColumnPropNameInTable="StaffColumn" msprop:Generator_UserColumnName="Staff" minOccurs="0">
3859                 <xs:simpleType>
3860                   <xs:restriction
base="xs:string">
3861                     <xs:maxLength
value="50" />
3862                   </xs:restriction>
3863                 </xs:simpleType>
3864               </xs:element>
3865             </xs:sequence>
3866           </xs:complexType>
3867         </xs:element>
3868         <xs:element name=
"NoDues_Student" msprop:Generator_TableClassName="NoDues_StudentDataTable" msprop:Generator_TableVarName="tableNoDues_Student" msprop:Generator_TablePropName="NoDues_Student" msprop:Generator_RowDeletingName="NoDues_StudentRowDeleting" msprop:Generator_RowChangingName="NoDues_StudentRowChanging" msprop:Generator_RowEvHandlerName="NoDues_StudentRowChangeEventHandler" msprop:Generator_RowDeletedName="NoDues_StudentRowDeleted" msprop:Generator_UserTableName="NoDues_Student" msprop:Generator_RowChangedName="NoDues_StudentRowChanged" msprop:Generator_RowEvArgName="NoDues_StudentRowChangeEvent" msprop:Generator_RowClassName="NoDues_StudentRow">
3869           <xs:complexType>
3870             <xs:sequence>
3871               <xs:element name=
"AdmissionNo" msprop:Generator_ColumnVarNameInTable="columnAdmissionNo" msprop:Generator_ColumnPropNameInRow="AdmissionNo" msprop:Generator_ColumnPropNameInTable="AdmissionNoColumn" msprop:Generator_UserColumnName="AdmissionNo">
3872                 <xs:simpleType>
3873                   <xs:restriction
base="xs:string">
3874                     <xs:maxLength
value="15" />
3875                   </xs:restriction>
3876                 </xs:simpleType>
3877               </xs:element>
3878               <xs:element name=
"Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status" minOccurs="0">
3879                 <xs:simpleType>
3880                   <xs:restriction
base="xs:string">
3881                     <xs:maxLength
value="50" />
3882                   </xs:restriction>
3883                 </xs:simpleType>
3884               </xs:element>
3885             </xs:sequence>
3886           </xs:complexType>
3887         </xs:element>
3888         <xs:element name=
"Registration" msprop:Generator_TableClassName="RegistrationDataTable" msprop:Generator_TableVarName="tableRegistration" msprop:Generator_TablePropName="Registration" msprop:Generator_RowDeletingName="RegistrationRowDeleting" msprop:Generator_RowChangingName="RegistrationRowChanging" msprop:Generator_RowEvHandlerName="RegistrationRowChangeEventHandler" msprop:Generator_RowDeletedName="RegistrationRowDeleted" msprop:Generator_UserTableName="Registration" msprop:Generator_RowChangedName="RegistrationRowChanged" msprop:Generator_RowEvArgName="RegistrationRowChangeEvent" msprop:Generator_RowClassName="RegistrationRow">
3889           <xs:complexType>
3890             <xs:sequence>
3891               <xs:element name=
"UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
3892                 <xs:simpleType>
3893                   <xs:restriction
base="xs:string">
3894                     <xs:maxLength
value="100" />
3895                   </xs:restriction>
3896                 </xs:simpleType>
3897               </xs:element>
3898               <xs:element name=
"Password" msprop:Generator_ColumnVarNameInTable="columnPassword" msprop:Generator_ColumnPropNameInRow="Password" msprop:Generator_ColumnPropNameInTable="PasswordColumn" msprop:Generator_UserColumnName="Password">
3899                 <xs:simpleType>
3900                   <xs:restriction
base="xs:string">
3901                     <xs:maxLength
value="100" />
3902                   </xs:restriction>
3903                 </xs:simpleType>
3904               </xs:element>
3905               <xs:element name=
"Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
3906                 <xs:simpleType>
3907                   <xs:restriction
base="xs:string">
3908                     <xs:maxLength
value="250" />
3909                   </xs:restriction>
3910                 </xs:simpleType>
3911               </xs:element>
3912               <xs:element name=
"Usertype" msprop:Generator_ColumnVarNameInTable="columnUsertype" msprop:Generator_ColumnPropNameInRow="Usertype" msprop:Generator_ColumnPropNameInTable="UsertypeColumn" msprop:Generator_UserColumnName="Usertype">
3913                 <xs:simpleType>
3914                   <xs:restriction
base="xs:string">
3915                     <xs:maxLength
value="100" />
3916                   </xs:restriction>
3917                 </xs:simpleType>
3918               </xs:element>
3919               <xs:element name=
"ContactNo" msprop:Generator_ColumnVarNameInTable="columnContactNo" msprop:Generator_ColumnPropNameInRow="ContactNo" msprop:Generator_ColumnPropNameInTable="ContactNoColumn" msprop:Generator_UserColumnName="ContactNo">
3920                 <xs:simpleType>
3921                   <xs:restriction
base="xs:string">
3922                     <xs:maxLength
value="15" />
3923                   </xs:restriction>
3924                 </xs:simpleType>
3925               </xs:element>
3926               <xs:element name=
"EmailID" msprop:Generator_ColumnVarNameInTable="columnEmailID" msprop:Generator_ColumnPropNameInRow="EmailID" msprop:Generator_ColumnPropNameInTable="EmailIDColumn" msprop:Generator_UserColumnName="EmailID" minOccurs="0">
3927                 <xs:simpleType>
3928                   <xs:restriction
base="xs:string">
3929                     <xs:maxLength
value="100" />
3930                   </xs:restriction>
3931                 </xs:simpleType>
3932               </xs:element>
3933               <xs:element name=
"JoiningDate" msprop:Generator_ColumnVarNameInTable="columnJoiningDate" msprop:Generator_ColumnPropNameInRow="JoiningDate" msprop:Generator_ColumnPropNameInTable="JoiningDateColumn" msprop:Generator_UserColumnName="JoiningDate" type="xs:dateTime" minOccurs="0" />
3934             </xs:sequence>
3935           </xs:complexType>
3936         </xs:element>
3937         <xs:element name=
"SchoolInfo" msprop:Generator_TableClassName="SchoolInfoDataTable" msprop:Generator_TableVarName="tableSchoolInfo" msprop:Generator_TablePropName="SchoolInfo" msprop:Generator_RowDeletingName="SchoolInfoRowDeleting" msprop:Generator_RowChangingName="SchoolInfoRowChanging" msprop:Generator_RowEvHandlerName="SchoolInfoRowChangeEventHandler" msprop:Generator_RowDeletedName="SchoolInfoRowDeleted" msprop:Generator_UserTableName="SchoolInfo" msprop:Generator_RowChangedName="SchoolInfoRowChanged" msprop:Generator_RowEvArgName="SchoolInfoRowChangeEvent" msprop:Generator_RowClassName="SchoolInfoRow">
3938           <xs:complexType>
3939             <xs:sequence>
3940               <xs:element name=
"S_Id" msprop:Generator_ColumnVarNameInTable="columnS_Id" msprop:Generator_ColumnPropNameInRow="S_Id" msprop:Generator_ColumnPropNameInTable="S_IdColumn" msprop:Generator_UserColumnName="S_Id" type="xs:int" />
3941               <xs:element name=
"SchoolName" msprop:Generator_ColumnVarNameInTable="columnSchoolName" msprop:Generator_ColumnPropNameInRow="SchoolName" msprop:Generator_ColumnPropNameInTable="SchoolNameColumn" msprop:Generator_UserColumnName="SchoolName">
3942                 <xs:simpleType>
3943                   <xs:restriction
base="xs:string">
3944                     <xs:maxLength
value="250" />
3945                   </xs:restriction>
3946                 </xs:simpleType>
3947               </xs:element>
3948               <xs:element name=
"Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" msprop:Generator_UserColumnName="Address">
3949                 <xs:simpleType>
3950                   <xs:restriction
base="xs:string">
3951                     <xs:maxLength
value="250" />
3952                   </xs:restriction>
3953                 </xs:simpleType>
3954               </xs:element>
3955               <xs:element name=
"ContactNo" msprop:Generator_ColumnVarNameInTable="columnContactNo" msprop:Generator_ColumnPropNameInRow="ContactNo" msprop:Generator_ColumnPropNameInTable="ContactNoColumn" msprop:Generator_UserColumnName="ContactNo">
3956                 <xs:simpleType>
3957                   <xs:restriction
base="xs:string">
3958                     <xs:maxLength
value="50" />
3959                   </xs:restriction>
3960                 </xs:simpleType>
3961               </xs:element>
3962               <xs:element name=
"AltContactNo" msprop:Generator_ColumnVarNameInTable="columnAltContactNo" msprop:Generator_ColumnPropNameInRow="AltContactNo" msprop:Generator_ColumnPropNameInTable="AltContactNoColumn" msprop:Generator_UserColumnName="AltContactNo" minOccurs="0">
3963                 <xs:simpleType>
3964                   <xs:restriction
base="xs:string">
3965                     <xs:maxLength
value="50" />
3966                   </xs:restriction>
3967                 </xs:simpleType>
3968               </xs:element>
3969               <xs:element name=
"FaxNo" msprop:Generator_ColumnVarNameInTable="columnFaxNo" msprop:Generator_ColumnPropNameInRow="FaxNo" msprop:Generator_ColumnPropNameInTable="FaxNoColumn" msprop:Generator_UserColumnName="FaxNo" minOccurs="0">
3970                 <xs:simpleType>
3971                   <xs:restriction
base="xs:string">
3972                     <xs:maxLength
value="50" />
3973                   </xs:restriction>
3974                 </xs:simpleType>
3975               </xs:element>
3976               <xs:element name=
"Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" msprop:Generator_UserColumnName="Email">
3977                 <xs:simpleType>
3978                   <xs:restriction
base="xs:string">
3979                     <xs:maxLength
value="250" />
3980                   </xs:restriction>
3981                 </xs:simpleType>
3982               </xs:element>
3983               <xs:element name=
"Website" msprop:Generator_ColumnVarNameInTable="columnWebsite" msprop:Generator_ColumnPropNameInRow="Website" msprop:Generator_ColumnPropNameInTable="WebsiteColumn" msprop:Generator_UserColumnName="Website" minOccurs="0">
3984                 <xs:simpleType>
3985                   <xs:restriction
base="xs:string">
3986                     <xs:maxLength
value="250" />
3987                   </xs:restriction>
3988                 </xs:simpleType>
3989               </xs:element>
3990               <xs:element name=
"Logo" msprop:Generator_ColumnVarNameInTable="columnLogo" msprop:Generator_ColumnPropNameInRow="Logo" msprop:Generator_ColumnPropNameInTable="LogoColumn" msprop:Generator_UserColumnName="Logo" type="xs:base64Binary" />
3991               <xs:element name=
"RegistrationNo" msprop:Generator_ColumnVarNameInTable="columnRegistrationNo" msprop:Generator_ColumnPropNameInRow="RegistrationNo" msprop:Generator_ColumnPropNameInTable="RegistrationNoColumn" msprop:Generator_UserColumnName="RegistrationNo" minOccurs="0">
3992                 <xs:simpleType>
3993                   <xs:restriction
base="xs:string">
3994                     <xs:maxLength
value="150" />
3995                   </xs:restriction>
3996                 </xs:simpleType>
3997               </xs:element>
3998               <xs:element name=
"DiseNo" msprop:Generator_ColumnVarNameInTable="columnDiseNo" msprop:Generator_ColumnPropNameInRow="DiseNo" msprop:Generator_ColumnPropNameInTable="DiseNoColumn" msprop:Generator_UserColumnName="DiseNo" minOccurs="0">
3999                 <xs:simpleType>
4000                   <xs:restriction
base="xs:string">
4001                     <xs:maxLength
value="150" />
4002                   </xs:restriction>
4003                 </xs:simpleType>
4004               </xs:element>
4005               <xs:element name=
"IndexNo" msprop:Generator_ColumnVarNameInTable="columnIndexNo" msprop:Generator_ColumnPropNameInRow="IndexNo" msprop:Generator_ColumnPropNameInTable="IndexNoColumn" msprop:Generator_UserColumnName="IndexNo" minOccurs="0">
4006                 <xs:simpleType>
4007                   <xs:restriction
base="xs:string">
4008                     <xs:maxLength
value="10" />
4009                   </xs:restriction>
4010                 </xs:simpleType>
4011               </xs:element>
4012               <xs:element name=
"EstablishedYear" msprop:Generator_ColumnVarNameInTable="columnEstablishedYear" msprop:Generator_ColumnPropNameInRow="EstablishedYear" msprop:Generator_ColumnPropNameInTable="EstablishedYearColumn" msprop:Generator_UserColumnName="EstablishedYear" type="xs:int" />
4013               <xs:element name=
"Class" msprop:Generator_ColumnVarNameInTable="columnClass" msprop:Generator_ColumnPropNameInRow="_Class" msprop:Generator_ColumnPropNameInTable="ClassColumn" msprop:Generator_UserColumnName="Class" minOccurs="0">
4014                 <xs:simpleType>
4015                   <xs:restriction
base="xs:string">
4016                     <xs:maxLength
value="50" />
4017                   </xs:restriction>
4018                 </xs:simpleType>
4019               </xs:element>
4020               <xs:element name=
"SchoolType" msprop:Generator_ColumnVarNameInTable="columnSchoolType" msprop:Generator_ColumnPropNameInRow="SchoolType" msprop:Generator_ColumnPropNameInTable="SchoolTypeColumn" msprop:Generator_UserColumnName="SchoolType">
4021                 <xs:simpleType>
4022                   <xs:restriction
base="xs:string">
4023                     <xs:maxLength
value="150" />
4024                   </xs:restriction>
4025                 </xs:simpleType>
4026               </xs:element>
4027             </xs:sequence>
4028           </xs:complexType>
4029         </xs:element>
4030         <xs:element name=
"SchoolType" msprop:Generator_TableClassName="SchoolTypeDataTable" msprop:Generator_TableVarName="tableSchoolType" msprop:Generator_TablePropName="SchoolType" msprop:Generator_RowDeletingName="SchoolTypeRowDeleting" msprop:Generator_RowChangingName="SchoolTypeRowChanging" msprop:Generator_RowEvHandlerName="SchoolTypeRowChangeEventHandler" msprop:Generator_RowDeletedName="SchoolTypeRowDeleted" msprop:Generator_UserTableName="SchoolType" msprop:Generator_RowChangedName="SchoolTypeRowChanged" msprop:Generator_RowEvArgName="SchoolTypeRowChangeEvent" msprop:Generator_RowClassName="SchoolTypeRow">
4031           <xs:complexType>
4032             <xs:sequence>
4033               <xs:element name=
"Type" msprop:Generator_ColumnVarNameInTable="columnType" msprop:Generator_ColumnPropNameInRow="Type" msprop:Generator_ColumnPropNameInTable="TypeColumn" msprop:Generator_UserColumnName="Type">
4034                 <xs:simpleType>
4035                   <xs:restriction
base="xs:string">
4036                     <xs:maxLength
value="150" />
4037                   </xs:restriction>
4038                 </xs:simpleType>
4039               </xs:element>
4040             </xs:sequence>
4041           </xs:complexType>
4042         </xs:element>
4043         <xs:element name=
"Section" msprop:Generator_TableClassName="SectionDataTable" msprop:Generator_TableVarName="tableSection" msprop:Generator_TablePropName="Section" msprop:Generator_RowDeletingName="SectionRowDeleting" msprop:Generator_RowChangingName="SectionRowChanging" msprop:Generator_RowEvHandlerName="SectionRowChangeEventHandler" msprop:Generator_RowDeletedName="SectionRowDeleted" msprop:Generator_UserTableName="Section" msprop:Generator_RowChangedName="SectionRowChanged" msprop:Generator_RowEvArgName="SectionRowChangeEvent" msprop:Generator_RowClassName="SectionRow">
4044           <xs:complexType>
4045             <xs:sequence>
4046               <xs:element name=
"Id" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
4047               <xs:element name=
"SectionName" msprop:Generator_ColumnVarNameInTable="columnSectionName" msprop:Generator_ColumnPropNameInRow="SectionName" msprop:Generator_ColumnPropNameInTable="SectionNameColumn" msprop:Generator_UserColumnName="SectionName">
4048                 <xs:simpleType>
4049                   <xs:restriction
base="xs:string">
4050                     <xs:maxLength
value="15" />
4051                   </xs:restriction>
4052                 </xs:simpleType>
4053               </xs:element>
4054               <xs:element name=
"Class" msprop:Generator_ColumnVarNameInTable="columnClass" msprop:Generator_ColumnPropNameInRow="_Class" msprop:Generator_ColumnPropNameInTable="ClassColumn" msprop:Generator_UserColumnName="Class">
4055                 <xs:simpleType>
4056                   <xs:restriction
base="xs:string">
4057                     <xs:maxLength
value="100" />
4058                   </xs:restriction>
4059                 </xs:simpleType>
4060               </xs:element>
4061             </xs:sequence>
4062           </xs:complexType>
4063         </xs:element>
4064         <xs:element name=
"Session_Master" msprop:Generator_TableClassName="Session_MasterDataTable" msprop:Generator_TableVarName="tableSession_Master" msprop:Generator_TablePropName="Session_Master" msprop:Generator_RowDeletingName="Session_MasterRowDeleting" msprop:Generator_RowChangingName="Session_MasterRowChanging" msprop:Generator_RowEvHandlerName="Session_MasterRowChangeEventHandler" msprop:Generator_RowDeletedName="Session_MasterRowDeleted" msprop:Generator_UserTableName="Session_Master" msprop:Generator_RowChangedName="Session_MasterRowChanged" msprop:Generator_RowEvArgName="Session_MasterRowChangeEvent" msprop:Generator_RowClassName="Session_MasterRow">
4065           <xs:complexType>
4066             <xs:sequence>
4067               <xs:element name=
"Session" msprop:Generator_ColumnVarNameInTable="columnSession" msprop:Generator_ColumnPropNameInRow="Session" msprop:Generator_ColumnPropNameInTable="SessionColumn" msprop:Generator_UserColumnName="Session">
4068                 <xs:simpleType>
4069                   <xs:restriction
base="xs:string">
4070                     <xs:maxLength
value="15" />
4071                   </xs:restriction>
4072                 </xs:simpleType>
4073               </xs:element>
4074             </xs:sequence>
4075           </xs:complexType>
4076         </xs:element>
4077         <xs:element name=
"Staff" msprop:Generator_TableClassName="StaffDataTable" msprop:Generator_TableVarName="tableStaff" msprop:Generator_TablePropName="Staff" msprop:Generator_RowDeletingName="StaffRowDeleting" msprop:Generator_RowChangingName="StaffRowChanging" msprop:Generator_RowEvHandlerName="StaffRowChangeEventHandler" msprop:Generator_RowDeletedName="StaffRowDeleted" msprop:Generator_UserTableName="Staff" msprop:Generator_RowChangedName="StaffRowChanged" msprop:Generator_RowEvArgName="StaffRowChangeEvent" msprop:Generator_RowClassName="StaffRow">
4078           <xs:complexType>
4079             <xs:sequence>
4080               <xs:element name=
"St_ID" msprop:Generator_ColumnVarNameInTable="columnSt_ID" msprop:Generator_ColumnPropNameInRow="St_ID" msprop:Generator_ColumnPropNameInTable="St_IDColumn" msprop:Generator_UserColumnName="St_ID" type="xs:int" />
4081               <xs:element name=
"StaffID" msprop:Generator_ColumnVarNameInTable="columnStaffID" msprop:Generator_ColumnPropNameInRow="StaffID" msprop:Generator_ColumnPropNameInTable="StaffIDColumn" msprop:Generator_UserColumnName="StaffID">
4082                 <xs:simpleType>
4083                   <xs:restriction
base="xs:string">
4084                     <xs:maxLength
value="15" />
4085                   </xs:restriction>
4086                 </xs:simpleType>
4087               </xs:element>
4088               <xs:element name=
"StaffName" msprop:Generator_ColumnVarNameInTable="columnStaffName" msprop:Generator_ColumnPropNameInRow="StaffName" msprop:Generator_ColumnPropNameInTable="StaffNameColumn" msprop:Generator_UserColumnName="StaffName">
4089                 <xs:simpleType>
4090                   <xs:restriction
base="xs:string">
4091                     <xs:maxLength
value="150" />
4092                   </xs:restriction>
4093                 </xs:simpleType>
4094               </xs:element>
4095               <xs:element name=
"DateOfJoining" msprop:Generator_ColumnVarNameInTable="columnDateOfJoining" msprop:Generator_ColumnPropNameInRow="DateOfJoining" msprop:Generator_ColumnPropNameInTable="DateOfJoiningColumn" msprop:Generator_UserColumnName="DateOfJoining" type="xs:dateTime" />
4096               <xs:element name=
"Gender" msprop:Generator_ColumnVarNameInTable="columnGender" msprop:Generator_ColumnPropNameInRow="Gender" msprop:Generator_ColumnPropNameInTable="GenderColumn" msprop:Generator_UserColumnName="Gender">
4097                 <xs:simpleType>
4098                   <xs:restriction
base="xs:string">
4099                     <xs:maxLength
value="15" />
4100                   </xs:restriction>
4101                 </xs:simpleType>
4102               </xs:element>
4103               <xs:element name=
"FatherName" msprop:Generator_ColumnVarNameInTable="columnFatherName" msprop:Generator_ColumnPropNameInRow="FatherName" msprop:Generator_ColumnPropNameInTable="FatherNameColumn" msprop:Generator_UserColumnName="FatherName">
4104                 <xs:simpleType>
4105                   <xs:restriction
base="xs:string">
4106                     <xs:maxLength
value="150" />
4107                   </xs:restriction>
4108                 </xs:simpleType>
4109               </xs:element>
4110               <xs:element name=
"TemporaryAddress" msprop:Generator_ColumnVarNameInTable="columnTemporaryAddress" msprop:Generator_ColumnPropNameInRow="TemporaryAddress" msprop:Generator_ColumnPropNameInTable="TemporaryAddressColumn" msprop:Generator_UserColumnName="TemporaryAddress">
4111                 <xs:simpleType>
4112                   <xs:restriction
base="xs:string">
4113                     <xs:maxLength
value="250" />
4114                   </xs:restriction>
4115                 </xs:simpleType>
4116               </xs:element>
4117               <xs:element name=
"PermanentAddress" msprop:Generator_ColumnVarNameInTable="columnPermanentAddress" msprop:Generator_ColumnPropNameInRow="PermanentAddress" msprop:Generator_ColumnPropNameInTable="PermanentAddressColumn" msprop:Generator_UserColumnName="PermanentAddress">
4118                 <xs:simpleType>
4119                   <xs:restriction
base="xs:string">
4120                     <xs:maxLength
value="250" />
4121                   </xs:restriction>
4122                 </xs:simpleType>
4123               </xs:element>
4124               <xs:element name=
"Designation" msprop:Generator_ColumnVarNameInTable="columnDesignation" msprop:Generator_ColumnPropNameInRow="Designation" msprop:Generator_ColumnPropNameInTable="DesignationColumn" msprop:Generator_UserColumnName="Designation">
4125                 <xs:simpleType>
4126                   <xs:restriction
base="xs:string">
4127                     <xs:maxLength
value="150" />
4128                   </xs:restriction>
4129                 </xs:simpleType>
4130               </xs:element>
4131               <xs:element name=
"Qualifications" msprop:Generator_ColumnVarNameInTable="columnQualifications" msprop:Generator_ColumnPropNameInRow="Qualifications" msprop:Generator_ColumnPropNameInTable="QualificationsColumn" msprop:Generator_UserColumnName="Qualifications">
4132                 <xs:simpleType>
4133                   <xs:restriction
base="xs:string">
4134                     <xs:maxLength
value="250" />
4135                   </xs:restriction>
4136                 </xs:simpleType>
4137               </xs:element>
4138               <xs:element name=
"DOB" msprop:Generator_ColumnVarNameInTable="columnDOB" msprop:Generator_ColumnPropNameInRow="DOB" msprop:Generator_ColumnPropNameInTable="DOBColumn" msprop:Generator_UserColumnName="DOB" type="xs:dateTime" />
4139               <xs:element name=
"PhoneNo" msprop:Generator_ColumnVarNameInTable="columnPhoneNo" msprop:Generator_ColumnPropNameInRow="PhoneNo" msprop:Generator_ColumnPropNameInTable="PhoneNoColumn" msprop:Generator_UserColumnName="PhoneNo" minOccurs="0">
4140                 <xs:simpleType>
4141                   <xs:restriction
base="xs:string">
4142                     <xs:maxLength
value="100" />
4143                   </xs:restriction>
4144                 </xs:simpleType>
4145               </xs:element>
4146               <xs:element name=
"MobileNo" msprop:Generator_ColumnVarNameInTable="columnMobileNo" msprop:Generator_ColumnPropNameInRow="MobileNo" msprop:Generator_ColumnPropNameInTable="MobileNoColumn" msprop:Generator_UserColumnName="MobileNo">
4147                 <xs:simpleType>
4148                   <xs:restriction
base="xs:string">
4149                     <xs:maxLength
value="100" />
4150                   </xs:restriction>
4151                 </xs:simpleType>
4152               </xs:element>
4153               <xs:element name=
"Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" msprop:Generator_UserColumnName="Email" minOccurs="0">
4154                 <xs:simpleType>
4155                   <xs:restriction
base="xs:string">
4156                     <xs:maxLength
value="150" />
4157                   </xs:restriction>
4158                 </xs:simpleType>
4159               </xs:element>
4160               <xs:element name=
"Photo" msprop:Generator_ColumnVarNameInTable="columnPhoto" msprop:Generator_ColumnPropNameInRow="Photo" msprop:Generator_ColumnPropNameInTable="PhotoColumn" msprop:Generator_UserColumnName="Photo" type="xs:base64Binary" />
4161               <xs:element name=
"ClassType" msprop:Generator_ColumnVarNameInTable="columnClassType" msprop:Generator_ColumnPropNameInRow="ClassType" msprop:Generator_ColumnPropNameInTable="ClassTypeColumn" msprop:Generator_UserColumnName="ClassType">
4162                 <xs:simpleType>
4163                   <xs:restriction
base="xs:string">
4164                     <xs:maxLength
value="150" />
4165                   </xs:restriction>
4166                 </xs:simpleType>
4167               </xs:element>
4168               <xs:element name=
"SchoolID" msprop:Generator_ColumnVarNameInTable="columnSchoolID" msprop:Generator_ColumnPropNameInRow="SchoolID" msprop:Generator_ColumnPropNameInTable="SchoolIDColumn" msprop:Generator_UserColumnName="SchoolID" type="xs:int" />
4169               <xs:element name=
"AccountName" msprop:Generator_ColumnVarNameInTable="columnAccountName" msprop:Generator_ColumnPropNameInRow="AccountName" msprop:Generator_ColumnPropNameInTable="AccountNameColumn" msprop:Generator_UserColumnName="AccountName">
4170                 <xs:simpleType>
4171                   <xs:restriction
base="xs:string">
4172                     <xs:maxLength
value="150" />
4173                   </xs:restriction>
4174                 </xs:simpleType>
4175               </xs:element>
4176               <xs:element name=
"AccountNumber" msprop:Generator_ColumnVarNameInTable="columnAccountNumber" msprop:Generator_ColumnPropNameInRow="AccountNumber" msprop:Generator_ColumnPropNameInTable="AccountNumberColumn" msprop:Generator_UserColumnName="AccountNumber">
4177                 <xs:simpleType>
4178                   <xs:restriction
base="xs:string">
4179                     <xs:maxLength
value="100" />
4180                   </xs:restriction>
4181                 </xs:simpleType>
4182               </xs:element>
4183               <xs:element name=
"Bank" msprop:Generator_ColumnVarNameInTable="columnBank" msprop:Generator_ColumnPropNameInRow="Bank" msprop:Generator_ColumnPropNameInTable="BankColumn" msprop:Generator_UserColumnName="Bank">
4184                 <xs:simpleType>
4185                   <xs:restriction
base="xs:string">
4186                     <xs:maxLength
value="250" />
4187                   </xs:restriction>
4188                 </xs:simpleType>
4189               </xs:element>
4190               <xs:element name=
"Branch" msprop:Generator_ColumnVarNameInTable="columnBranch" msprop:Generator_ColumnPropNameInRow="Branch" msprop:Generator_ColumnPropNameInTable="BranchColumn" msprop:Generator_UserColumnName="Branch">
4191                 <xs:simpleType>
4192                   <xs:restriction
base="xs:string">
4193                     <xs:maxLength
value="150" />
4194                   </xs:restriction>
4195                 </xs:simpleType>
4196               </xs:element>
4197               <xs:element name=
"IFSCcode" msprop:Generator_ColumnVarNameInTable="columnIFSCcode" msprop:Generator_ColumnPropNameInRow="IFSCcode" msprop:Generator_ColumnPropNameInTable="IFSCcodeColumn" msprop:Generator_UserColumnName="IFSCcode" minOccurs="0">
4198                 <xs:simpleType>
4199                   <xs:restriction
base="xs:string">
4200                     <xs:maxLength
value="100" />
4201                   </xs:restriction>
4202                 </xs:simpleType>
4203               </xs:element>
4204               <xs:element name=
"Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status">
4205                 <xs:simpleType>
4206                   <xs:restriction
base="xs:string">
4207                     <xs:maxLength
value="50" />
4208                   </xs:restriction>
4209                 </xs:simpleType>
4210               </xs:element>
4211               <xs:element name=
"Salary" msprop:Generator_ColumnVarNameInTable="columnSalary" msprop:Generator_ColumnPropNameInRow="Salary" msprop:Generator_ColumnPropNameInTable="SalaryColumn" msprop:Generator_UserColumnName="Salary" type="xs:decimal" />
4212             </xs:sequence>
4213           </xs:complexType>
4214         </xs:element>
4215         <xs:element name=
"Staff_Department" msprop:Generator_TableClassName="Staff_DepartmentDataTable" msprop:Generator_TableVarName="tableStaff_Department" msprop:Generator_TablePropName="Staff_Department" msprop:Generator_RowDeletingName="Staff_DepartmentRowDeleting" msprop:Generator_RowChangingName="Staff_DepartmentRowChanging" msprop:Generator_RowEvHandlerName="Staff_DepartmentRowChangeEventHandler" msprop:Generator_RowDeletedName="Staff_DepartmentRowDeleted" msprop:Generator_UserTableName="Staff_Department" msprop:Generator_RowChangedName="Staff_DepartmentRowChanged" msprop:Generator_RowEvArgName="Staff_DepartmentRowChangeEvent" msprop:Generator_RowClassName="Staff_DepartmentRow">
4216           <xs:complexType>
4217             <xs:sequence>
4218               <xs:element name=
"SD_ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnSD_ID" msprop:Generator_ColumnPropNameInRow="SD_ID" msprop:Generator_ColumnPropNameInTable="SD_IDColumn" msprop:Generator_UserColumnName="SD_ID" type="xs:int" />
4219               <xs:element name=
"DepartmentID" msprop:Generator_ColumnVarNameInTable="columnDepartmentID" msprop:Generator_ColumnPropNameInRow="DepartmentID" msprop:Generator_ColumnPropNameInTable="DepartmentIDColumn" msprop:Generator_UserColumnName="DepartmentID" type="xs:int" />
4220               <xs:element name=
"StaffID" msprop:Generator_ColumnVarNameInTable="columnStaffID" msprop:Generator_ColumnPropNameInRow="StaffID" msprop:Generator_ColumnPropNameInTable="StaffIDColumn" msprop:Generator_UserColumnName="StaffID" type="xs:int" />
4221             </xs:sequence>
4222           </xs:complexType>
4223         </xs:element>
4224         <xs:element name=
"StaffAttendance" msprop:Generator_TableClassName="StaffAttendanceDataTable" msprop:Generator_TableVarName="tableStaffAttendance" msprop:Generator_TablePropName="StaffAttendance" msprop:Generator_RowDeletingName="StaffAttendanceRowDeleting" msprop:Generator_RowChangingName="StaffAttendanceRowChanging" msprop:Generator_RowEvHandlerName="StaffAttendanceRowChangeEventHandler" msprop:Generator_RowDeletedName="StaffAttendanceRowDeleted" msprop:Generator_UserTableName="StaffAttendance" msprop:Generator_RowChangedName="StaffAttendanceRowChanged" msprop:Generator_RowEvArgName="StaffAttendanceRowChangeEvent" msprop:Generator_RowClassName="StaffAttendanceRow">
4225           <xs:complexType>
4226             <xs:sequence>
4227               <xs:element name=
"Id" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
4228               <xs:element name=
"WorkingDate" msprop:Generator_ColumnVarNameInTable="columnWorkingDate" msprop:Generator_ColumnPropNameInRow="WorkingDate" msprop:Generator_ColumnPropNameInTable="WorkingDateColumn" msprop:Generator_UserColumnName="WorkingDate" type="xs:dateTime" />
4229               <xs:element name=
"StaffID" msprop:Generator_ColumnVarNameInTable="columnStaffID" msprop:Generator_ColumnPropNameInRow="StaffID" msprop:Generator_ColumnPropNameInTable="StaffIDColumn" msprop:Generator_UserColumnName="StaffID" type="xs:int" />
4230               <xs:element name=
"Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status">
4231                 <xs:simpleType>
4232                   <xs:restriction
base="xs:string">
4233                     <xs:maxLength
value="20" />
4234                   </xs:restriction>
4235                 </xs:simpleType>
4236               </xs:element>
4237               <xs:element name=
"InTime" msprop:Generator_ColumnVarNameInTable="columnInTime" msprop:Generator_ColumnPropNameInRow="InTime" msprop:Generator_ColumnPropNameInTable="InTimeColumn" msprop:Generator_UserColumnName="InTime">
4238                 <xs:simpleType>
4239                   <xs:restriction
base="xs:string">
4240                     <xs:maxLength
value="30" />
4241                   </xs:restriction>
4242                 </xs:simpleType>
4243               </xs:element>
4244               <xs:element name=
"OutTime" msprop:Generator_ColumnVarNameInTable="columnOutTime" msprop:Generator_ColumnPropNameInRow="OutTime" msprop:Generator_ColumnPropNameInTable="OutTimeColumn" msprop:Generator_UserColumnName="OutTime">
4245                 <xs:simpleType>
4246                   <xs:restriction
base="xs:string">
4247                     <xs:maxLength
value="30" />
4248                   </xs:restriction>
4249                 </xs:simpleType>
4250               </xs:element>
4251             </xs:sequence>
4252           </xs:complexType>
4253         </xs:element>
4254         <xs:element name=
"StaffPayment" msprop:Generator_TableClassName="StaffPaymentDataTable" msprop:Generator_TableVarName="tableStaffPayment" msprop:Generator_TablePropName="StaffPayment" msprop:Generator_RowDeletingName="StaffPaymentRowDeleting" msprop:Generator_RowChangingName="StaffPaymentRowChanging" msprop:Generator_RowEvHandlerName="StaffPaymentRowChangeEventHandler" msprop:Generator_RowDeletedName="StaffPaymentRowDeleted" msprop:Generator_UserTableName="StaffPayment" msprop:Generator_RowChangedName="StaffPaymentRowChanged" msprop:Generator_RowEvArgName="StaffPaymentRowChangeEvent" msprop:Generator_RowClassName="StaffPaymentRow">
4255           <xs:complexType>
4256             <xs:sequence>
4257               <xs:element name=
"Id" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
4258               <xs:element name=
"PaymentID" msprop:Generator_ColumnVarNameInTable="columnPaymentID" msprop:Generator_ColumnPropNameInRow="PaymentID" msprop:Generator_ColumnPropNameInTable="PaymentIDColumn" msprop:Generator_UserColumnName="PaymentID">
4259                 <xs:simpleType>
4260                   <xs:restriction
base="xs:string">
4261                     <xs:maxLength
value="20" />
4262                   </xs:restriction>
4263                 </xs:simpleType>
4264               </xs:element>
4265               <xs:element name=
"DateFrom" msprop:Generator_ColumnVarNameInTable="columnDateFrom" msprop:Generator_ColumnPropNameInRow="DateFrom" msprop:Generator_ColumnPropNameInTable="DateFromColumn" msprop:Generator_UserColumnName="DateFrom" type="xs:dateTime" />
4266               <xs:element name=
"DateTo" msprop:Generator_ColumnVarNameInTable="columnDateTo" msprop:Generator_ColumnPropNameInRow="DateTo" msprop:Generator_ColumnPropNameInTable="DateToColumn" msprop:Generator_UserColumnName="DateTo" type="xs:dateTime" />
4267               <xs:element name=
"StaffID" msprop:Generator_ColumnVarNameInTable="columnStaffID" msprop:Generator_ColumnPropNameInRow="StaffID" msprop:Generator_ColumnPropNameInTable="StaffIDColumn" msprop:Generator_UserColumnName="StaffID" type="xs:int" />
4268               <xs:element name=
"PresentDays" msprop:Generator_ColumnVarNameInTable="columnPresentDays" msprop:Generator_ColumnPropNameInRow="PresentDays" msprop:Generator_ColumnPropNameInTable="PresentDaysColumn" msprop:Generator_UserColumnName="PresentDays" type="xs:int" />
4269               <xs:element name=
"Salary" msprop:Generator_ColumnVarNameInTable="columnSalary" msprop:Generator_ColumnPropNameInRow="Salary" msprop:Generator_ColumnPropNameInTable="SalaryColumn" msprop:Generator_UserColumnName="Salary" type="xs:decimal" />
4270               <xs:element name=
"Advance" msprop:Generator_ColumnVarNameInTable="columnAdvance" msprop:Generator_ColumnPropNameInRow="Advance" msprop:Generator_ColumnPropNameInTable="AdvanceColumn" msprop:Generator_UserColumnName="Advance" type="xs:decimal" />
4271               <xs:element name=
"Deduction" msprop:Generator_ColumnVarNameInTable="columnDeduction" msprop:Generator_ColumnPropNameInRow="Deduction" msprop:Generator_ColumnPropNameInTable="DeductionColumn" msprop:Generator_UserColumnName="Deduction" type="xs:decimal" />
4272               <xs:element name=
"PaymentDate" msprop:Generator_ColumnVarNameInTable="columnPaymentDate" msprop:Generator_ColumnPropNameInRow="PaymentDate" msprop:Generator_ColumnPropNameInTable="PaymentDateColumn" msprop:Generator_UserColumnName="PaymentDate" type="xs:dateTime" />
4273               <xs:element name=
"ModeOfPayment" msprop:Generator_ColumnVarNameInTable="columnModeOfPayment" msprop:Generator_ColumnPropNameInRow="ModeOfPayment" msprop:Generator_ColumnPropNameInTable="ModeOfPaymentColumn" msprop:Generator_UserColumnName="ModeOfPayment">
4274                 <xs:simpleType>
4275                   <xs:restriction
base="xs:string">
4276                     <xs:maxLength
value="50" />
4277                   </xs:restriction>
4278                 </xs:simpleType>
4279               </xs:element>
4280               <xs:element name=
"PaymentModeDetails" msprop:Generator_ColumnVarNameInTable="columnPaymentModeDetails" msprop:Generator_ColumnPropNameInRow="PaymentModeDetails" msprop:Generator_ColumnPropNameInTable="PaymentModeDetailsColumn" msprop:Generator_UserColumnName="PaymentModeDetails" minOccurs="0">
4281                 <xs:simpleType>
4282                   <xs:restriction
base="xs:string">
4283                     <xs:maxLength
value="2147483647" />
4284                   </xs:restriction>
4285                 </xs:simpleType>
4286               </xs:element>
4287               <xs:element name=
"NetPay" msprop:Generator_ColumnVarNameInTable="columnNetPay" msprop:Generator_ColumnPropNameInRow="NetPay" msprop:Generator_ColumnPropNameInTable="NetPayColumn" msprop:Generator_UserColumnName="NetPay" type="xs:decimal" />
4288             </xs:sequence>
4289           </xs:complexType>
4290         </xs:element>
4291         <xs:element name=
"Student" msprop:Generator_TableClassName="StudentDataTable" msprop:Generator_TableVarName="tableStudent" msprop:Generator_TablePropName="Student" msprop:Generator_RowDeletingName="StudentRowDeleting" msprop:Generator_RowChangingName="StudentRowChanging" msprop:Generator_RowEvHandlerName="StudentRowChangeEventHandler" msprop:Generator_RowDeletedName="StudentRowDeleted" msprop:Generator_UserTableName="Student" msprop:Generator_RowChangedName="StudentRowChanged" msprop:Generator_RowEvArgName="StudentRowChangeEvent" msprop:Generator_RowClassName="StudentRow">
4292           <xs:complexType>
4293             <xs:sequence>
4294               <xs:element name=
"AdmissionNo" msprop:Generator_ColumnVarNameInTable="columnAdmissionNo" msprop:Generator_ColumnPropNameInRow="AdmissionNo" msprop:Generator_ColumnPropNameInTable="AdmissionNoColumn" msprop:Generator_UserColumnName="AdmissionNo">
4295                 <xs:simpleType>
4296                   <xs:restriction
base="xs:string">
4297                     <xs:maxLength
value="15" />
4298                   </xs:restriction>
4299                 </xs:simpleType>
4300               </xs:element>
4301               <xs:element name=
"EnrollmentNo" msprop:Generator_ColumnVarNameInTable="columnEnrollmentNo" msprop:Generator_ColumnPropNameInRow="EnrollmentNo" msprop:Generator_ColumnPropNameInTable="EnrollmentNoColumn" msprop:Generator_UserColumnName="EnrollmentNo" minOccurs="0">
4302                 <xs:simpleType>
4303                   <xs:restriction
base="xs:string">
4304                     <xs:maxLength
value="15" />
4305                   </xs:restriction>
4306                 </xs:simpleType>
4307               </xs:element>
4308               <xs:element name=
"GRNo" msprop:Generator_ColumnVarNameInTable="columnGRNo" msprop:Generator_ColumnPropNameInRow="GRNo" msprop:Generator_ColumnPropNameInTable="GRNoColumn" msprop:Generator_UserColumnName="GRNo" minOccurs="0">
4309                 <xs:simpleType>
4310                   <xs:restriction
base="xs:string">
4311                     <xs:maxLength
value="50" />
4312                   </xs:restriction>
4313                 </xs:simpleType>
4314               </xs:element>
4315               <xs:element name=
"UID" msprop:Generator_ColumnVarNameInTable="columnUID" msprop:Generator_ColumnPropNameInRow="UID" msprop:Generator_ColumnPropNameInTable="UIDColumn" msprop:Generator_UserColumnName="UID" minOccurs="0">
4316                 <xs:simpleType>
4317                   <xs:restriction
base="xs:string">
4318                     <xs:maxLength
value="50" />
4319                   </xs:restriction>
4320                 </xs:simpleType>
4321               </xs:element>
4322               <xs:element name=
"StudentName" msprop:Generator_ColumnVarNameInTable="columnStudentName" msprop:Generator_ColumnPropNameInRow="StudentName" msprop:Generator_ColumnPropNameInTable="StudentNameColumn" msprop:Generator_UserColumnName="StudentName">
4323                 <xs:simpleType>
4324                   <xs:restriction
base="xs:string">
4325                     <xs:maxLength
value="100" />
4326                   </xs:restriction>
4327                 </xs:simpleType>
4328               </xs:element>
4329               <xs:element name=
"FatherName" msprop:Generator_ColumnVarNameInTable="columnFatherName" msprop:Generator_ColumnPropNameInRow="FatherName" msprop:Generator_ColumnPropNameInTable="FatherNameColumn" msprop:Generator_UserColumnName="FatherName">
4330                 <xs:simpleType>
4331                   <xs:restriction
base="xs:string">
4332                     <xs:maxLength
value="100" />
4333                   </xs:restriction>
4334                 </xs:simpleType>
4335               </xs:element>
4336               <xs:element name=
"MotherName" msprop:Generator_ColumnVarNameInTable="columnMotherName" msprop:Generator_ColumnPropNameInRow="MotherName" msprop:Generator_ColumnPropNameInTable="MotherNameColumn" msprop:Generator_UserColumnName="MotherName">
4337                 <xs:simpleType>
4338                   <xs:restriction
base="xs:string">
4339                     <xs:maxLength
value="100" />
4340                   </xs:restriction>
4341                 </xs:simpleType>
4342               </xs:element>
4343               <xs:element name=
"FatherCN" msprop:Generator_ColumnVarNameInTable="columnFatherCN" msprop:Generator_ColumnPropNameInRow="FatherCN" msprop:Generator_ColumnPropNameInTable="FatherCNColumn" msprop:Generator_UserColumnName="FatherCN" minOccurs="0">
4344                 <xs:simpleType>
4345                   <xs:restriction
base="xs:string">
4346                     <xs:maxLength
value="15" />
4347                   </xs:restriction>
4348                 </xs:simpleType>
4349               </xs:element>
4350               <xs:element name=
"PermanentAddress" msprop:Generator_ColumnVarNameInTable="columnPermanentAddress" msprop:Generator_ColumnPropNameInRow="PermanentAddress" msprop:Generator_ColumnPropNameInTable="PermanentAddressColumn" msprop:Generator_UserColumnName="PermanentAddress">
4351                 <xs:simpleType>
4352                   <xs:restriction
base="xs:string">
4353                     <xs:maxLength
value="250" />
4354                   </xs:restriction>
4355                 </xs:simpleType>
4356               </xs:element>
4357               <xs:element name=
"TemporaryAddress" msprop:Generator_ColumnVarNameInTable="columnTemporaryAddress" msprop:Generator_ColumnPropNameInRow="TemporaryAddress" msprop:Generator_ColumnPropNameInTable="TemporaryAddressColumn" msprop:Generator_UserColumnName="TemporaryAddress">
4358                 <xs:simpleType>
4359                   <xs:restriction
base="xs:string">
4360                     <xs:maxLength
value="250" />
4361                   </xs:restriction>
4362                 </xs:simpleType>
4363               </xs:element>
4364               <xs:element name=
"ContactNo" msprop:Generator_ColumnVarNameInTable="columnContactNo" msprop:Generator_ColumnPropNameInRow="ContactNo" msprop:Generator_ColumnPropNameInTable="ContactNoColumn" msprop:Generator_UserColumnName="ContactNo">
4365                 <xs:simpleType>
4366                   <xs:restriction
base="xs:string">
4367                     <xs:maxLength
value="15" />
4368                   </xs:restriction>
4369                 </xs:simpleType>
4370               </xs:element>
4371               <xs:element name=
"EmailID" msprop:Generator_ColumnVarNameInTable="columnEmailID" msprop:Generator_ColumnPropNameInRow="EmailID" msprop:Generator_ColumnPropNameInTable="EmailIDColumn" msprop:Generator_UserColumnName="EmailID" minOccurs="0">
4372                 <xs:simpleType>
4373                   <xs:restriction
base="xs:string">
4374                     <xs:maxLength
value="250" />
4375                   </xs:restriction>
4376                 </xs:simpleType>
4377               </xs:element>
4378               <xs:element name=
"DOB" msprop:Generator_ColumnVarNameInTable="columnDOB" msprop:Generator_ColumnPropNameInRow="DOB" msprop:Generator_ColumnPropNameInTable="DOBColumn" msprop:Generator_UserColumnName="DOB" type="xs:dateTime" />
4379               <xs:element name=
"Gender" msprop:Generator_ColumnVarNameInTable="columnGender" msprop:Generator_ColumnPropNameInRow="Gender" msprop:Generator_ColumnPropNameInTable="GenderColumn" msprop:Generator_UserColumnName="Gender">
4380                 <xs:simpleType>
4381                   <xs:restriction
base="xs:string">
4382                     <xs:maxLength
value="10" />
4383                   </xs:restriction>
4384                 </xs:simpleType>
4385               </xs:element>
4386               <xs:element name=
"AdmissionDate" msprop:Generator_ColumnVarNameInTable="columnAdmissionDate" msprop:Generator_ColumnPropNameInRow="AdmissionDate" msprop:Generator_ColumnPropNameInTable="AdmissionDateColumn" msprop:Generator_UserColumnName="AdmissionDate" type="xs:dateTime" />
4387               <xs:element name=
"Session" msprop:Generator_ColumnVarNameInTable="columnSession" msprop:Generator_ColumnPropNameInRow="Session" msprop:Generator_ColumnPropNameInTable="SessionColumn" msprop:Generator_UserColumnName="Session">
4388                 <xs:simpleType>
4389                   <xs:restriction
base="xs:string">
4390                     <xs:maxLength
value="15" />
4391                   </xs:restriction>
4392                 </xs:simpleType>
4393               </xs:element>
4394               <xs:element name=
"Caste" msprop:Generator_ColumnVarNameInTable="columnCaste" msprop:Generator_ColumnPropNameInRow="Caste" msprop:Generator_ColumnPropNameInTable="CasteColumn" msprop:Generator_UserColumnName="Caste">
4395                 <xs:simpleType>
4396                   <xs:restriction
base="xs:string">
4397                     <xs:maxLength
value="15" />
4398                   </xs:restriction>
4399                 </xs:simpleType>
4400               </xs:element>
4401               <xs:element name=
"Religion" msprop:Generator_ColumnVarNameInTable="columnReligion" msprop:Generator_ColumnPropNameInRow="Religion" msprop:Generator_ColumnPropNameInTable="ReligionColumn" msprop:Generator_UserColumnName="Religion">
4402                 <xs:simpleType>
4403                   <xs:restriction
base="xs:string">
4404                     <xs:maxLength
value="15" />
4405                   </xs:restriction>
4406                 </xs:simpleType>
4407               </xs:element>
4408               <xs:element name=
"SectionID" msprop:Generator_ColumnVarNameInTable="columnSectionID" msprop:Generator_ColumnPropNameInRow="SectionID" msprop:Generator_ColumnPropNameInTable="SectionIDColumn" msprop:Generator_UserColumnName="SectionID" type="xs:int" />
4409               <xs:element name=
"Photo" msprop:Generator_ColumnVarNameInTable="columnPhoto" msprop:Generator_ColumnPropNameInRow="Photo" msprop:Generator_ColumnPropNameInTable="PhotoColumn" msprop:Generator_UserColumnName="Photo" type="xs:base64Binary" />
4410               <xs:element name=
"Nationality" msprop:Generator_ColumnVarNameInTable="columnNationality" msprop:Generator_ColumnPropNameInRow="Nationality" msprop:Generator_ColumnPropNameInTable="NationalityColumn" msprop:Generator_UserColumnName="Nationality" minOccurs="0">
4411                 <xs:simpleType>
4412                   <xs:restriction
base="xs:string">
4413                     <xs:maxLength
value="100" />
4414                   </xs:restriction>
4415                 </xs:simpleType>
4416               </xs:element>
4417               <xs:element name=
"SchoolID" msprop:Generator_ColumnVarNameInTable="columnSchoolID" msprop:Generator_ColumnPropNameInRow="SchoolID" msprop:Generator_ColumnPropNameInTable="SchoolIDColumn" msprop:Generator_UserColumnName="SchoolID" type="xs:int" />
4418               <xs:element name=
"LastSchoolAttended" msprop:Generator_ColumnVarNameInTable="columnLastSchoolAttended" msprop:Generator_ColumnPropNameInRow="LastSchoolAttended" msprop:Generator_ColumnPropNameInTable="LastSchoolAttendedColumn" msprop:Generator_UserColumnName="LastSchoolAttended" minOccurs="0">
4419                 <xs:simpleType>
4420                   <xs:restriction
base="xs:string">
4421                     <xs:maxLength
value="250" />
4422                   </xs:restriction>
4423                 </xs:simpleType>
4424               </xs:element>
4425               <xs:element name=
"Result" msprop:Generator_ColumnVarNameInTable="columnResult" msprop:Generator_ColumnPropNameInRow="Result" msprop:Generator_ColumnPropNameInTable="ResultColumn" msprop:Generator_UserColumnName="Result" minOccurs="0">
4426                 <xs:simpleType>
4427                   <xs:restriction
base="xs:string">
4428                     <xs:maxLength
value="20" />
4429                   </xs:restriction>
4430                 </xs:simpleType>
4431               </xs:element>
4432               <xs:element name=
"PassPercentage" msprop:Generator_ColumnVarNameInTable="columnPassPercentage" msprop:Generator_ColumnPropNameInRow="PassPercentage" msprop:Generator_ColumnPropNameInTable="PassPercentageColumn" msprop:Generator_UserColumnName="PassPercentage" minOccurs="0">
4433                 <xs:simpleType>
4434                   <xs:restriction
base="xs:string">
4435                     <xs:maxLength
value="10" />
4436                   </xs:restriction>
4437                 </xs:simpleType>
4438               </xs:element>
4439               <xs:element name=
"Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status">
4440                 <xs:simpleType>
4441                   <xs:restriction
base="xs:string">
4442                     <xs:maxLength
value="15" />
4443                   </xs:restriction>
4444                 </xs:simpleType>
4445               </xs:element>
4446             </xs:sequence>
4447           </xs:complexType>
4448         </xs:element>
4449         <xs:element name=
"StudentDocSubmitted" msprop:Generator_TableClassName="StudentDocSubmittedDataTable" msprop:Generator_TableVarName="tableStudentDocSubmitted" msprop:Generator_TablePropName="StudentDocSubmitted" msprop:Generator_RowDeletingName="StudentDocSubmittedRowDeleting" msprop:Generator_RowChangingName="StudentDocSubmittedRowChanging" msprop:Generator_RowEvHandlerName="StudentDocSubmittedRowChangeEventHandler" msprop:Generator_RowDeletedName="StudentDocSubmittedRowDeleted" msprop:Generator_UserTableName="StudentDocSubmitted" msprop:Generator_RowChangedName="StudentDocSubmittedRowChanged" msprop:Generator_RowEvArgName="StudentDocSubmittedRowChangeEvent" msprop:Generator_RowClassName="StudentDocSubmittedRow">
4450           <xs:complexType>
4451             <xs:sequence>
4452               <xs:element name=
"SDS_id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnSDS_id" msprop:Generator_ColumnPropNameInRow="SDS_id" msprop:Generator_ColumnPropNameInTable="SDS_idColumn" msprop:Generator_UserColumnName="SDS_id" type="xs:int" />
4453               <xs:element name=
"AdmissionNo" msprop:Generator_ColumnVarNameInTable="columnAdmissionNo" msprop:Generator_ColumnPropNameInRow="AdmissionNo" msprop:Generator_ColumnPropNameInTable="AdmissionNoColumn" msprop:Generator_UserColumnName="AdmissionNo">
4454                 <xs:simpleType>
4455                   <xs:restriction
base="xs:string">
4456                     <xs:maxLength
value="15" />
4457                   </xs:restriction>
4458                 </xs:simpleType>
4459               </xs:element>
4460               <xs:element name=
"DocId" msprop:Generator_ColumnVarNameInTable="columnDocId" msprop:Generator_ColumnPropNameInRow="DocId" msprop:Generator_ColumnPropNameInTable="DocIdColumn" msprop:Generator_UserColumnName="DocId" type="xs:int" />
4461             </xs:sequence>
4462           </xs:complexType>
4463         </xs:element>
4464         <xs:element name=
"Voucher" msprop:Generator_TableClassName="VoucherDataTable" msprop:Generator_TableVarName="tableVoucher" msprop:Generator_TablePropName="Voucher" msprop:Generator_RowDeletingName="VoucherRowDeleting" msprop:Generator_RowChangingName="VoucherRowChanging" msprop:Generator_RowEvHandlerName="VoucherRowChangeEventHandler" msprop:Generator_RowDeletedName="VoucherRowDeleted" msprop:Generator_UserTableName="Voucher" msprop:Generator_RowChangedName="VoucherRowChanged" msprop:Generator_RowEvArgName="VoucherRowChangeEvent" msprop:Generator_RowClassName="VoucherRow">
4465           <xs:complexType>
4466             <xs:sequence>
4467               <xs:element name=
"ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" msprop:Generator_UserColumnName="ID" type="xs:int" />
4468               <xs:element name=
"VoucherNo" msprop:Generator_ColumnVarNameInTable="columnVoucherNo" msprop:Generator_ColumnPropNameInRow="VoucherNo" msprop:Generator_ColumnPropNameInTable="VoucherNoColumn" msprop:Generator_UserColumnName="VoucherNo">
4469                 <xs:simpleType>
4470                   <xs:restriction
base="xs:string">
4471                     <xs:maxLength
value="15" />
4472                   </xs:restriction>
4473                 </xs:simpleType>
4474               </xs:element>
4475               <xs:element name=
"Date" msprop:Generator_ColumnVarNameInTable="columnDate" msprop:Generator_ColumnPropNameInRow="_Date" msprop:Generator_ColumnPropNameInTable="DateColumn" msprop:Generator_UserColumnName="Date" type="xs:dateTime" />
4476               <xs:element name=
"Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
4477                 <xs:simpleType>
4478                   <xs:restriction
base="xs:string">
4479                     <xs:maxLength
value="150" />
4480                   </xs:restriction>
4481                 </xs:simpleType>
4482               </xs:element>
4483               <xs:element name=
"Details" msprop:Generator_ColumnVarNameInTable="columnDetails" msprop:Generator_ColumnPropNameInRow="Details" msprop:Generator_ColumnPropNameInTable="DetailsColumn" msprop:Generator_UserColumnName="Details">
4484                 <xs:simpleType>
4485                   <xs:restriction
base="xs:string">
4486                     <xs:maxLength
value="250" />
4487                   </xs:restriction>
4488                 </xs:simpleType>
4489               </xs:element>
4490               <xs:element name=
"SchoolID" msprop:Generator_ColumnVarNameInTable="columnSchoolID" msprop:Generator_ColumnPropNameInRow="SchoolID" msprop:Generator_ColumnPropNameInTable="SchoolIDColumn" msprop:Generator_UserColumnName="SchoolID" type="xs:int" />
4491               <xs:element name=
"GrandTotal" msprop:Generator_ColumnVarNameInTable="columnGrandTotal" msprop:Generator_ColumnPropNameInRow="GrandTotal" msprop:Generator_ColumnPropNameInTable="GrandTotalColumn" msprop:Generator_UserColumnName="GrandTotal" type="xs:decimal" minOccurs="0" />
4492             </xs:sequence>
4493           </xs:complexType>
4494         </xs:element>
4495         <xs:element name=
"Voucher_OtherDetails" msprop:Generator_TableClassName="Voucher_OtherDetailsDataTable" msprop:Generator_TableVarName="tableVoucher_OtherDetails" msprop:Generator_TablePropName="Voucher_OtherDetails" msprop:Generator_RowDeletingName="Voucher_OtherDetailsRowDeleting" msprop:Generator_RowChangingName="Voucher_OtherDetailsRowChanging" msprop:Generator_RowEvHandlerName="Voucher_OtherDetailsRowChangeEventHandler" msprop:Generator_RowDeletedName="Voucher_OtherDetailsRowDeleted" msprop:Generator_UserTableName="Voucher_OtherDetails" msprop:Generator_RowChangedName="Voucher_OtherDetailsRowChanged" msprop:Generator_RowEvArgName="Voucher_OtherDetailsRowChangeEvent" msprop:Generator_RowClassName="Voucher_OtherDetailsRow">
4496           <xs:complexType>
4497             <xs:sequence>
4498               <xs:element name=
"VD_ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnVD_ID" msprop:Generator_ColumnPropNameInRow="VD_ID" msprop:Generator_ColumnPropNameInTable="VD_IDColumn" msprop:Generator_UserColumnName="VD_ID" type="xs:int" />
4499               <xs:element name=
"VoucherID" msprop:Generator_ColumnVarNameInTable="columnVoucherID" msprop:Generator_ColumnPropNameInRow="VoucherID" msprop:Generator_ColumnPropNameInTable="VoucherIDColumn" msprop:Generator_UserColumnName="VoucherID" type="xs:int" />
4500               <xs:element name=
"Particulars" msprop:Generator_ColumnVarNameInTable="columnParticulars" msprop:Generator_ColumnPropNameInRow="Particulars" msprop:Generator_ColumnPropNameInTable="ParticularsColumn" msprop:Generator_UserColumnName="Particulars">
4501                 <xs:simpleType>
4502                   <xs:restriction
base="xs:string">
4503                     <xs:maxLength
value="150" />
4504                   </xs:restriction>
4505                 </xs:simpleType>
4506               </xs:element>
4507               <xs:element name=
"Amount" msprop:Generator_ColumnVarNameInTable="columnAmount" msprop:Generator_ColumnPropNameInRow="Amount" msprop:Generator_ColumnPropNameInTable="AmountColumn" msprop:Generator_UserColumnName="Amount" type="xs:decimal" />
4508               <xs:element name=
"Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_UserColumnName="Note">
4509                 <xs:simpleType>
4510                   <xs:restriction
base="xs:string">
4511                     <xs:maxLength
value="250" />
4512                   </xs:restriction>
4513                 </xs:simpleType>
4514               </xs:element>
4515             </xs:sequence>
4516           </xs:complexType>
4517         </xs:element>
4518       </xs:choice>
4519     </xs:complexType>
4520     <xs:unique name=
"Constraint1" msdata:PrimaryKey="true">
4521       <xs:selector xpath=
".//mstns:Activation" />
4522       <xs:field xpath=
"mstns:Id" />
4523     </xs:unique>
4524     <xs:unique name=
"AdvanceEntry_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4525       <xs:selector xpath=
".//mstns:AdvanceEntry" />
4526       <xs:field xpath=
"mstns:Id" />
4527     </xs:unique>
4528     <xs:unique name=
"BusCardHolder_Staff_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4529       <xs:selector xpath=
".//mstns:BusCardHolder_Staff" />
4530       <xs:field xpath=
"mstns:BCH_ID" />
4531     </xs:unique>
4532     <xs:unique name=
"BusCardHolder_Student_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4533       <xs:selector xpath=
".//mstns:BusCardHolder_Student" />
4534       <xs:field xpath=
"mstns:BCH_Id" />
4535     </xs:unique>
4536     <xs:unique name=
"BusFeePayment_Staff_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4537       <xs:selector xpath=
".//mstns:BusFeePayment_Staff" />
4538       <xs:field xpath=
"mstns:Id" />
4539     </xs:unique>
4540     <xs:unique name=
"BusFeePayment_Student_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4541       <xs:selector xpath=
".//mstns:BusFeePayment_Student" />
4542       <xs:field xpath=
"mstns:Id" />
4543     </xs:unique>
4544     <xs:unique name=
"BusInfo_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4545       <xs:selector xpath=
".//mstns:BusInfo" />
4546       <xs:field xpath=
"mstns:BusNo" />
4547     </xs:unique>
4548     <xs:unique name=
"Cards_Staff_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4549       <xs:selector xpath=
".//mstns:Cards_Staff" />
4550       <xs:field xpath=
"mstns:StaffID" />
4551     </xs:unique>
4552     <xs:unique name=
"Cards_Student_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4553       <xs:selector xpath=
".//mstns:Cards_Student" />
4554       <xs:field xpath=
"mstns:AdmissionNo" />
4555     </xs:unique>
4556     <xs:unique name=
"Class_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4557       <xs:selector xpath=
".//mstns:Class" />
4558       <xs:field xpath=
"mstns:ClassName" />
4559     </xs:unique>
4560     <xs:unique name=
"ClassType_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4561       <xs:selector xpath=
".//mstns:ClassType" />
4562       <xs:field xpath=
"mstns:Type" />
4563     </xs:unique>
4564     <xs:unique name=
"CourseFee_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4565       <xs:selector xpath=
".//mstns:CourseFee" />
4566       <xs:field xpath=
"mstns:C_ID" />
4567     </xs:unique>
4568     <xs:unique name=
"CourseFeePayment_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4569       <xs:selector xpath=
".//mstns:CourseFeePayment" />
4570       <xs:field xpath=
"mstns:Id" />
4571     </xs:unique>
4572     <xs:unique name=
"CourseFeePayment_Join_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4573       <xs:selector xpath=
".//mstns:CourseFeePayment_Join" />
4574       <xs:field xpath=
"mstns:CFPJ_Id" />
4575     </xs:unique>
4576     <xs:unique name=
"Department_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4577       <xs:selector xpath=
".//mstns:Department" />
4578       <xs:field xpath=
"mstns:id" />
4579     </xs:unique>
4580     <xs:unique name=
"Designation_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4581       <xs:selector xpath=
".//mstns:Designation" />
4582       <xs:field xpath=
"mstns:Designation" />
4583     </xs:unique>
4584     <xs:unique name=
"Discount_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4585       <xs:selector xpath=
".//mstns:Discount" />
4586       <xs:field xpath=
"mstns:Id" />
4587     </xs:unique>
4588     <xs:unique name=
"Discount_Staff_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4589       <xs:selector xpath=
".//mstns:Discount_Staff" />
4590       <xs:field xpath=
"mstns:Id" />
4591     </xs:unique>
4592     <xs:unique name=
"Document_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4593       <xs:selector xpath=
".//mstns:Document" />
4594       <xs:field xpath=
"mstns:Doc_Id" />
4595     </xs:unique>
4596     <xs:unique name=
"Fee_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4597       <xs:selector xpath=
".//mstns:Fee" />
4598       <xs:field xpath=
"mstns:Feename" />
4599     </xs:unique>
4600     <xs:unique name=
"Hosteler_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4601       <xs:selector xpath=
".//mstns:Hosteler" />
4602       <xs:field xpath=
"mstns:H_Id" />
4603     </xs:unique>
4604     <xs:unique name=
"HostelFeePayment_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4605       <xs:selector xpath=
".//mstns:HostelFeePayment" />
4606       <xs:field xpath=
"mstns:Id" />
4607     </xs:unique>
4608     <xs:unique name=
"HostelInfo_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4609       <xs:selector xpath=
".//mstns:HostelInfo" />
4610       <xs:field xpath=
"mstns:HI_Id" />
4611     </xs:unique>
4612     <xs:unique name=
"Installment_Bus_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4613       <xs:selector xpath=
".//mstns:Installment_Bus" />
4614       <xs:field xpath=
"mstns:IB_ID" />
4615     </xs:unique>
4616     <xs:unique name=
"Installment_Hostel_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4617       <xs:selector xpath=
".//mstns:Installment_Hostel" />
4618       <xs:field xpath=
"mstns:IH_ID" />
4619     </xs:unique>
4620     <xs:unique name=
"Location_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4621       <xs:selector xpath=
".//mstns:Location" />
4622       <xs:field xpath=
"mstns:LocationName" />
4623     </xs:unique>
4624     <xs:unique name=
"Logs_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4625       <xs:selector xpath=
".//mstns:Logs" />
4626       <xs:field xpath=
"mstns:Id" />
4627     </xs:unique>
4628     <xs:unique name=
"NoDues_Staff_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4629       <xs:selector xpath=
".//mstns:NoDues_Staff" />
4630       <xs:field xpath=
"mstns:StaffID" />
4631     </xs:unique>
4632     <xs:unique name=
"NoDues_Student_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4633       <xs:selector xpath=
".//mstns:NoDues_Student" />
4634       <xs:field xpath=
"mstns:AdmissionNo" />
4635     </xs:unique>
4636     <xs:unique name=
"Registration_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4637       <xs:selector xpath=
".//mstns:Registration" />
4638       <xs:field xpath=
"mstns:UserID" />
4639     </xs:unique>
4640     <xs:unique name=
"SchoolInfo_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4641       <xs:selector xpath=
".//mstns:SchoolInfo" />
4642       <xs:field xpath=
"mstns:S_Id" />
4643     </xs:unique>
4644     <xs:unique name=
"SchoolType_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4645       <xs:selector xpath=
".//mstns:SchoolType" />
4646       <xs:field xpath=
"mstns:Type" />
4647     </xs:unique>
4648     <xs:unique name=
"Section_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4649       <xs:selector xpath=
".//mstns:Section" />
4650       <xs:field xpath=
"mstns:Id" />
4651     </xs:unique>
4652     <xs:unique name=
"Session_Master_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4653       <xs:selector xpath=
".//mstns:Session_Master" />
4654       <xs:field xpath=
"mstns:Session" />
4655     </xs:unique>
4656     <xs:unique name=
"Staff_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4657       <xs:selector xpath=
".//mstns:Staff" />
4658       <xs:field xpath=
"mstns:St_ID" />
4659     </xs:unique>
4660     <xs:unique name=
"Staff_Department_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4661       <xs:selector xpath=
".//mstns:Staff_Department" />
4662       <xs:field xpath=
"mstns:SD_ID" />
4663     </xs:unique>
4664     <xs:unique name=
"StaffAttendance_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4665       <xs:selector xpath=
".//mstns:StaffAttendance" />
4666       <xs:field xpath=
"mstns:Id" />
4667     </xs:unique>
4668     <xs:unique name=
"StaffPayment_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4669       <xs:selector xpath=
".//mstns:StaffPayment" />
4670       <xs:field xpath=
"mstns:Id" />
4671     </xs:unique>
4672     <xs:unique name=
"Student_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4673       <xs:selector xpath=
".//mstns:Student" />
4674       <xs:field xpath=
"mstns:AdmissionNo" />
4675     </xs:unique>
4676     <xs:unique name=
"StudentDocSubmitted_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4677       <xs:selector xpath=
".//mstns:StudentDocSubmitted" />
4678       <xs:field xpath=
"mstns:SDS_id" />
4679     </xs:unique>
4680     <xs:unique name=
"Voucher_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4681       <xs:selector xpath=
".//mstns:Voucher" />
4682       <xs:field xpath=
"mstns:ID" />
4683     </xs:unique>
4684     <xs:unique name=
"Voucher_OtherDetails_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
4685       <xs:selector xpath=
".//mstns:Voucher_OtherDetails" />
4686       <xs:field xpath=
"mstns:VD_ID" />
4687     </xs:unique>
4688   </xs:element>
4689   <xs:annotation>
4690     <xs:appinfo>
4691       <msdata:Relationship name=
"FK_AdvanceEntry_Staff" msdata:parent="Staff" msdata:child="AdvanceEntry" msdata:parentkey="St_ID" msdata:childkey="StaffID" msprop:Generator_UserChildTable="AdvanceEntry" msprop:Generator_ChildPropName="GetAdvanceEntryRows" msprop:Generator_UserRelationName="FK_AdvanceEntry_Staff" msprop:Generator_RelationVarName="relationFK_AdvanceEntry_Staff" msprop:Generator_UserParentTable="Staff" msprop:Generator_ParentPropName="StaffRow" />
4692       <msdata:Relationship name=
"FK_BusCardHolder_Staff_BusInfo" msdata:parent="BusInfo" msdata:child="BusCardHolder_Staff" msdata:parentkey="BusNo" msdata:childkey="BusNo" msprop:Generator_UserChildTable="BusCardHolder_Staff" msprop:Generator_ChildPropName="GetBusCardHolder_StaffRows" msprop:Generator_UserRelationName="FK_BusCardHolder_Staff_BusInfo" msprop:Generator_RelationVarName="relationFK_BusCardHolder_Staff_BusInfo" msprop:Generator_UserParentTable="BusInfo" msprop:Generator_ParentPropName="BusInfoRow" />
4693       <msdata:Relationship name=
"FK_BusCardHolder_Staff_Location" msdata:parent="Location" msdata:child="BusCardHolder_Staff" msdata:parentkey="LocationName" msdata:childkey="Location" msprop:Generator_UserChildTable="BusCardHolder_Staff" msprop:Generator_ChildPropName="GetBusCardHolder_StaffRows" msprop:Generator_UserRelationName="FK_BusCardHolder_Staff_Location" msprop:Generator_RelationVarName="relationFK_BusCardHolder_Staff_Location" msprop:Generator_UserParentTable="Location" msprop:Generator_ParentPropName="LocationRow" />
4694       <msdata:Relationship name=
"FK_BusCardHolder_Staff_Staff" msdata:parent="Staff" msdata:child="BusCardHolder_Staff" msdata:parentkey="St_ID" msdata:childkey="StaffID" msprop:Generator_UserChildTable="BusCardHolder_Staff" msprop:Generator_ChildPropName="GetBusCardHolder_StaffRows" msprop:Generator_UserRelationName="FK_BusCardHolder_Staff_Staff" msprop:Generator_RelationVarName="relationFK_BusCardHolder_Staff_Staff" msprop:Generator_UserParentTable="Staff" msprop:Generator_ParentPropName="StaffRow" />
4695       <msdata:Relationship name=
"FK_BusCardHolder_Student_BusInfo" msdata:parent="BusInfo" msdata:child="BusCardHolder_Student" msdata:parentkey="BusNo" msdata:childkey="BusNo" msprop:Generator_UserChildTable="BusCardHolder_Student" msprop:Generator_ChildPropName="GetBusCardHolder_StudentRows" msprop:Generator_UserRelationName="FK_BusCardHolder_Student_BusInfo" msprop:Generator_RelationVarName="relationFK_BusCardHolder_Student_BusInfo" msprop:Generator_UserParentTable="BusInfo" msprop:Generator_ParentPropName="BusInfoRow" />
4696       <msdata:Relationship name=
"FK_BusCardHolder_Student_Location" msdata:parent="Location" msdata:child="BusCardHolder_Student" msdata:parentkey="LocationName" msdata:childkey="Location" msprop:Generator_UserChildTable="BusCardHolder_Student" msprop:Generator_ChildPropName="GetBusCardHolder_StudentRows" msprop:Generator_UserRelationName="FK_BusCardHolder_Student_Location" msprop:Generator_RelationVarName="relationFK_BusCardHolder_Student_Location" msprop:Generator_UserParentTable="Location" msprop:Generator_ParentPropName="LocationRow" />
4697       <msdata:Relationship name=
"FK_BusHolder_Student" msdata:parent="Student" msdata:child="BusCardHolder_Student" msdata:parentkey="AdmissionNo" msdata:childkey="AdmissionNo" msprop:Generator_UserChildTable="BusCardHolder_Student" msprop:Generator_ChildPropName="GetBusCardHolder_StudentRows" msprop:Generator_UserRelationName="FK_BusHolder_Student" msprop:Generator_RelationVarName="relationFK_BusHolder_Student" msprop:Generator_UserParentTable="Student" msprop:Generator_ParentPropName="StudentRow" />
4698       <msdata:Relationship name=
"FK_BusFeePayment_Staff_BusCardHolder_Staff" msdata:parent="BusCardHolder_Staff" msdata:child="BusFeePayment_Staff" msdata:parentkey="BCH_ID" msdata:childkey="BusHolderID" msprop:Generator_UserChildTable="BusFeePayment_Staff" msprop:Generator_ChildPropName="GetBusFeePayment_StaffRows" msprop:Generator_UserRelationName="FK_BusFeePayment_Staff_BusCardHolder_Staff" msprop:Generator_ParentPropName="BusCardHolder_StaffRow" msprop:Generator_RelationVarName="relationFK_BusFeePayment_Staff_BusCardHolder_Staff" msprop:Generator_UserParentTable="BusCardHolder_Staff" />
4699       <msdata:Relationship name=
"FK_BusFeePayment_Student_BusCardHolder_Student" msdata:parent="BusCardHolder_Student" msdata:child="BusFeePayment_Student" msdata:parentkey="BCH_Id" msdata:childkey="BusHolderID" msprop:Generator_UserChildTable="BusFeePayment_Student" msprop:Generator_ChildPropName="GetBusFeePayment_StudentRows" msprop:Generator_UserRelationName="FK_BusFeePayment_Student_BusCardHolder_Student" msprop:Generator_ParentPropName="BusCardHolder_StudentRow" msprop:Generator_RelationVarName="relationFK_BusFeePayment_Student_BusCardHolder_Student" msprop:Generator_UserParentTable="BusCardHolder_Student" />
4700       <msdata:Relationship name=
"FK_Cards_Staff_Staff" msdata:parent="Staff" msdata:child="Cards_Staff" msdata:parentkey="St_ID" msdata:childkey="StaffID" msprop:Generator_UserChildTable="Cards_Staff" msprop:Generator_ChildPropName="GetCards_StaffRows" msprop:Generator_UserRelationName="FK_Cards_Staff_Staff" msprop:Generator_RelationVarName="relationFK_Cards_Staff_Staff" msprop:Generator_UserParentTable="Staff" msprop:Generator_ParentPropName="StaffRow" />
4701       <msdata:Relationship name=
"FK_Cards_Student_Student" msdata:parent="Student" msdata:child="Cards_Student" msdata:parentkey="AdmissionNo" msdata:childkey="AdmissionNo" msprop:Generator_UserChildTable="Cards_Student" msprop:Generator_ChildPropName="GetCards_StudentRows" msprop:Generator_UserRelationName="FK_Cards_Student_Student" msprop:Generator_RelationVarName="relationFK_Cards_Student_Student" msprop:Generator_UserParentTable="Student" msprop:Generator_ParentPropName="StudentRow" />
4702       <msdata:Relationship name=
"FK_Class_ClassType" msdata:parent="ClassType" msdata:child="Class" msdata:parentkey="Type" msdata:childkey="ClassType" msprop:Generator_UserChildTable="Class" msprop:Generator_ChildPropName="GetClassRows" msprop:Generator_UserRelationName="FK_Class_ClassType" msprop:Generator_RelationVarName="relationFK_Class_ClassType" msprop:Generator_UserParentTable="ClassType" msprop:Generator_ParentPropName="ClassTypeRow" />
4703       <msdata:Relationship name=
"FK_CourseFee_CourseFee" msdata:parent="Class" msdata:child="CourseFee" msdata:parentkey="ClassName" msdata:childkey="Class" msprop:Generator_UserChildTable="CourseFee" msprop:Generator_ChildPropName="GetCourseFeeRows" msprop:Generator_UserRelationName="FK_CourseFee_CourseFee" msprop:Generator_ParentPropName="ClassRow" msprop:Generator_RelationVarName="relationFK_CourseFee_CourseFee" msprop:Generator_UserParentTable="Class" />
4704       <msdata:Relationship name=
"FK_CourseFee_Fee" msdata:parent="Fee" msdata:child="CourseFee" msdata:parentkey="Feename" msdata:childkey="FeeName" msprop:Generator_UserChildTable="CourseFee" msprop:Generator_ChildPropName="GetCourseFeeRows" msprop:Generator_UserRelationName="FK_CourseFee_Fee" msprop:Generator_RelationVarName="relationFK_CourseFee_Fee" msprop:Generator_UserParentTable="Fee" msprop:Generator_ParentPropName="FeeRow" />
4705       <msdata:Relationship name=
"FK_CourseFee_SchoolInfo" msdata:parent="SchoolInfo" msdata:child="CourseFee" msdata:parentkey="S_Id" msdata:childkey="SchoolID" msprop:Generator_UserChildTable="CourseFee" msprop:Generator_ChildPropName="GetCourseFeeRows" msprop:Generator_UserRelationName="FK_CourseFee_SchoolInfo" msprop:Generator_RelationVarName="relationFK_CourseFee_SchoolInfo" msprop:Generator_UserParentTable="SchoolInfo" msprop:Generator_ParentPropName="SchoolInfoRow" />
4706       <msdata:Relationship name=
"FK_CourseFeePayment_Student" msdata:parent="Student" msdata:child="CourseFeePayment" msdata:parentkey="AdmissionNo" msdata:childkey="AdmissionNo" msprop:Generator_UserChildTable="CourseFeePayment" msprop:Generator_ChildPropName="GetCourseFeePaymentRows" msprop:Generator_UserRelationName="FK_CourseFeePayment_Student" msprop:Generator_RelationVarName="relationFK_CourseFeePayment_Student" msprop:Generator_UserParentTable="Student" msprop:Generator_ParentPropName="StudentRow" />
4707       <msdata:Relationship name=
"FK_CourseFeePayment_Join_CourseFeePayment" msdata:parent="CourseFeePayment" msdata:child="CourseFeePayment_Join" msdata:parentkey="Id" msdata:childkey="C_PaymentID" msprop:Generator_UserChildTable="CourseFeePayment_Join" msprop:Generator_ChildPropName="GetCourseFeePayment_JoinRows" msprop:Generator_UserRelationName="FK_CourseFeePayment_Join_CourseFeePayment" msprop:Generator_ParentPropName="CourseFeePaymentRow" msprop:Generator_RelationVarName="relationFK_CourseFeePayment_Join_CourseFeePayment" msprop:Generator_UserParentTable="CourseFeePayment" />
4708       <msdata:Relationship name=
"FK_Discount_Student" msdata:parent="Student" msdata:child="Discount" msdata:parentkey="AdmissionNo" msdata:childkey="AdmissionNo" msprop:Generator_UserChildTable="Discount" msprop:Generator_ChildPropName="GetDiscountRows" msprop:Generator_UserRelationName="FK_Discount_Student" msprop:Generator_RelationVarName="relationFK_Discount_Student" msprop:Generator_UserParentTable="Student" msprop:Generator_ParentPropName="StudentRow" />
4709       <msdata:Relationship name=
"FK_Discount_Staff_Staff" msdata:parent="Staff" msdata:child="Discount_Staff" msdata:parentkey="St_ID" msdata:childkey="StaffID" msprop:Generator_UserChildTable="Discount_Staff" msprop:Generator_ChildPropName="GetDiscount_StaffRows" msprop:Generator_UserRelationName="FK_Discount_Staff_Staff" msprop:Generator_RelationVarName="relationFK_Discount_Staff_Staff" msprop:Generator_UserParentTable="Staff" msprop:Generator_ParentPropName="StaffRow" />
4710       <msdata:Relationship name=
"FK_Hosteler_HostelInfo" msdata:parent="HostelInfo" msdata:child="Hosteler" msdata:parentkey="HI_Id" msdata:childkey="HostelID" msprop:Generator_UserChildTable="Hosteler" msprop:Generator_ChildPropName="GetHostelerRows" msprop:Generator_UserRelationName="FK_Hosteler_HostelInfo" msprop:Generator_RelationVarName="relationFK_Hosteler_HostelInfo" msprop:Generator_UserParentTable="HostelInfo" msprop:Generator_ParentPropName="HostelInfoRow" />
4711       <msdata:Relationship name=
"FK_Hosteler_Student" msdata:parent="Student" msdata:child="Hosteler" msdata:parentkey="AdmissionNo" msdata:childkey="AdmissionNo" msprop:Generator_UserChildTable="Hosteler" msprop:Generator_ChildPropName="GetHostelerRows" msprop:Generator_UserRelationName="FK_Hosteler_Student" msprop:Generator_RelationVarName="relationFK_Hosteler_Student" msprop:Generator_UserParentTable="Student" msprop:Generator_ParentPropName="StudentRow" />
4712       <msdata:Relationship name=
"FK_HostelFeePayment_Hosteler" msdata:parent="Hosteler" msdata:child="HostelFeePayment" msdata:parentkey="H_Id" msdata:childkey="HostelerID" msprop:Generator_UserChildTable="HostelFeePayment" msprop:Generator_ChildPropName="GetHostelFeePaymentRows" msprop:Generator_UserRelationName="FK_HostelFeePayment_Hosteler" msprop:Generator_ParentPropName="HostelerRow" msprop:Generator_RelationVarName="relationFK_HostelFeePayment_Hosteler" msprop:Generator_UserParentTable="Hosteler" />
4713       <msdata:Relationship name=
"FK_Installment_Bus_Location" msdata:parent="Location" msdata:child="Installment_Bus" msdata:parentkey="LocationName" msdata:childkey="Location" msprop:Generator_UserChildTable="Installment_Bus" msprop:Generator_ChildPropName="GetInstallment_BusRows" msprop:Generator_UserRelationName="FK_Installment_Bus_Location" msprop:Generator_RelationVarName="relationFK_Installment_Bus_Location" msprop:Generator_UserParentTable="Location" msprop:Generator_ParentPropName="LocationRow" />
4714       <msdata:Relationship name=
"FK_Installment_Hostel_Class" msdata:parent="Class" msdata:child="Installment_Hostel" msdata:parentkey="ClassName" msdata:childkey="Class" msprop:Generator_UserChildTable="Installment_Hostel" msprop:Generator_ChildPropName="GetInstallment_HostelRows" msprop:Generator_UserRelationName="FK_Installment_Hostel_Class" msprop:Generator_ParentPropName="ClassRow" msprop:Generator_RelationVarName="relationFK_Installment_Hostel_Class" msprop:Generator_UserParentTable="Class" />
4715       <msdata:Relationship name=
"FK_Installment_Hostel_HostelInfo" msdata:parent="HostelInfo" msdata:child="Installment_Hostel" msdata:parentkey="HI_Id" msdata:childkey="HostelID" msprop:Generator_UserChildTable="Installment_Hostel" msprop:Generator_ChildPropName="GetInstallment_HostelRows" msprop:Generator_UserRelationName="FK_Installment_Hostel_HostelInfo" msprop:Generator_ParentPropName="HostelInfoRow" msprop:Generator_RelationVarName="relationFK_Installment_Hostel_HostelInfo" msprop:Generator_UserParentTable="HostelInfo" />
4716       <msdata:Relationship name=
"FK_Installment_Hostel_SchoolInfo" msdata:parent="SchoolInfo" msdata:child="Installment_Hostel" msdata:parentkey="S_Id" msdata:childkey="SchoolID" msprop:Generator_UserChildTable="Installment_Hostel" msprop:Generator_ChildPropName="GetInstallment_HostelRows" msprop:Generator_UserRelationName="FK_Installment_Hostel_SchoolInfo" msprop:Generator_RelationVarName="relationFK_Installment_Hostel_SchoolInfo" msprop:Generator_UserParentTable="SchoolInfo" msprop:Generator_ParentPropName="SchoolInfoRow" />
4717       <msdata:Relationship name=
"FK_Logs_Registration" msdata:parent="Registration" msdata:child="Logs" msdata:parentkey="UserID" msdata:childkey="UserID" msprop:Generator_UserChildTable="Logs" msprop:Generator_ChildPropName="GetLogsRows" msprop:Generator_UserRelationName="FK_Logs_Registration" msprop:Generator_RelationVarName="relationFK_Logs_Registration" msprop:Generator_UserParentTable="Registration" msprop:Generator_ParentPropName="RegistrationRow" />
4718       <msdata:Relationship name=
"FK_NoDues_Staff_Staff" msdata:parent="Staff" msdata:child="NoDues_Staff" msdata:parentkey="St_ID" msdata:childkey="StaffID" msprop:Generator_UserChildTable="NoDues_Staff" msprop:Generator_ChildPropName="GetNoDues_StaffRows" msprop:Generator_UserRelationName="FK_NoDues_Staff_Staff" msprop:Generator_RelationVarName="relationFK_NoDues_Staff_Staff" msprop:Generator_UserParentTable="Staff" msprop:Generator_ParentPropName="StaffRow" />
4719       <msdata:Relationship name=
"FK_NoDues_Student_Student" msdata:parent="Student" msdata:child="NoDues_Student" msdata:parentkey="AdmissionNo" msdata:childkey="AdmissionNo" msprop:Generator_UserChildTable="NoDues_Student" msprop:Generator_ChildPropName="GetNoDues_StudentRows" msprop:Generator_UserRelationName="FK_NoDues_Student_Student" msprop:Generator_RelationVarName="relationFK_NoDues_Student_Student" msprop:Generator_UserParentTable="Student" msprop:Generator_ParentPropName="StudentRow" />
4720       <msdata:Relationship name=
"FK_SchoolInfo_SchoolType" msdata:parent="SchoolType" msdata:child="SchoolInfo" msdata:parentkey="Type" msdata:childkey="SchoolType" msprop:Generator_UserChildTable="SchoolInfo" msprop:Generator_ChildPropName="GetSchoolInfoRows" msprop:Generator_UserRelationName="FK_SchoolInfo_SchoolType" msprop:Generator_RelationVarName="relationFK_SchoolInfo_SchoolType" msprop:Generator_UserParentTable="SchoolType" msprop:Generator_ParentPropName="SchoolTypeRow" />
4721       <msdata:Relationship name=
"FK_Section_Class" msdata:parent="Class" msdata:child="Section" msdata:parentkey="ClassName" msdata:childkey="Class" msprop:Generator_UserChildTable="Section" msprop:Generator_ChildPropName="GetSectionRows" msprop:Generator_UserRelationName="FK_Section_Class" msprop:Generator_ParentPropName="ClassRow" msprop:Generator_RelationVarName="relationFK_Section_Class" msprop:Generator_UserParentTable="Class" />
4722       <msdata:Relationship name=
"FK_Staff_ClassType" msdata:parent="ClassType" msdata:child="Staff" msdata:parentkey="Type" msdata:childkey="ClassType" msprop:Generator_UserChildTable="Staff" msprop:Generator_ChildPropName="GetStaffRows" msprop:Generator_UserRelationName="FK_Staff_ClassType" msprop:Generator_ParentPropName="ClassTypeRow" msprop:Generator_RelationVarName="relationFK_Staff_ClassType" msprop:Generator_UserParentTable="ClassType" />
4723       <msdata:Relationship name=
"FK_Staff_Designation" msdata:parent="Designation" msdata:child="Staff" msdata:parentkey="Designation" msdata:childkey="Designation" msprop:Generator_UserChildTable="Staff" msprop:Generator_ChildPropName="GetStaffRows" msprop:Generator_UserRelationName="FK_Staff_Designation" msprop:Generator_ParentPropName="DesignationRow" msprop:Generator_RelationVarName="relationFK_Staff_Designation" msprop:Generator_UserParentTable="Designation" />
4724       <msdata:Relationship name=
"FK_Staff_SchoolInfo" msdata:parent="SchoolInfo" msdata:child="Staff" msdata:parentkey="S_Id" msdata:childkey="SchoolID" msprop:Generator_UserChildTable="Staff" msprop:Generator_ChildPropName="GetStaffRows" msprop:Generator_UserRelationName="FK_Staff_SchoolInfo" msprop:Generator_ParentPropName="SchoolInfoRow" msprop:Generator_RelationVarName="relationFK_Staff_SchoolInfo" msprop:Generator_UserParentTable="SchoolInfo" />
4725       <msdata:Relationship name=
"FK_Staff_Department_Department" msdata:parent="Department" msdata:child="Staff_Department" msdata:parentkey="id" msdata:childkey="DepartmentID" msprop:Generator_UserChildTable="Staff_Department" msprop:Generator_ChildPropName="GetStaff_DepartmentRows" msprop:Generator_UserRelationName="FK_Staff_Department_Department" msprop:Generator_ParentPropName="DepartmentRow" msprop:Generator_RelationVarName="relationFK_Staff_Department_Department" msprop:Generator_UserParentTable="Department" />
4726       <msdata:Relationship name=
"FK_Staff_Department_Staff" msdata:parent="Staff" msdata:child="Staff_Department" msdata:parentkey="St_ID" msdata:childkey="StaffID" msprop:Generator_UserChildTable="Staff_Department" msprop:Generator_ChildPropName="GetStaff_DepartmentRows" msprop:Generator_UserRelationName="FK_Staff_Department_Staff" msprop:Generator_ParentPropName="StaffRow" msprop:Generator_RelationVarName="relationFK_Staff_Department_Staff" msprop:Generator_UserParentTable="Staff" />
4727       <msdata:Relationship name=
"FK_StaffAttendance_Staff" msdata:parent="Staff" msdata:child="StaffAttendance" msdata:parentkey="St_ID" msdata:childkey="StaffID" msprop:Generator_UserChildTable="StaffAttendance" msprop:Generator_ChildPropName="GetStaffAttendanceRows" msprop:Generator_UserRelationName="FK_StaffAttendance_Staff" msprop:Generator_ParentPropName="StaffRow" msprop:Generator_RelationVarName="relationFK_StaffAttendance_Staff" msprop:Generator_UserParentTable="Staff" />
4728       <msdata:Relationship name=
"FK_StaffPayment_Staff" msdata:parent="Staff" msdata:child="StaffPayment" msdata:parentkey="St_ID" msdata:childkey="StaffID" msprop:Generator_UserChildTable="StaffPayment" msprop:Generator_ChildPropName="GetStaffPaymentRows" msprop:Generator_UserRelationName="FK_StaffPayment_Staff" msprop:Generator_ParentPropName="StaffRow" msprop:Generator_RelationVarName="relationFK_StaffPayment_Staff" msprop:Generator_UserParentTable="Staff" />
4729       <msdata:Relationship name=
"FK_Student_SchoolInfo" msdata:parent="SchoolInfo" msdata:child="Student" msdata:parentkey="S_Id" msdata:childkey="SchoolID" msprop:Generator_UserChildTable="Student" msprop:Generator_ChildPropName="GetStudentRows" msprop:Generator_UserRelationName="FK_Student_SchoolInfo" msprop:Generator_ParentPropName="SchoolInfoRow" msprop:Generator_RelationVarName="relationFK_Student_SchoolInfo" msprop:Generator_UserParentTable="SchoolInfo" />
4730       <msdata:Relationship name=
"FK_Student_Section" msdata:parent="Section" msdata:child="Student" msdata:parentkey="Id" msdata:childkey="SectionID" msprop:Generator_UserChildTable="Student" msprop:Generator_ChildPropName="GetStudentRows" msprop:Generator_UserRelationName="FK_Student_Section" msprop:Generator_ParentPropName="SectionRow" msprop:Generator_RelationVarName="relationFK_Student_Section" msprop:Generator_UserParentTable="Section" />
4731       <msdata:Relationship name=
"FK_Student_Session_Master" msdata:parent="Session_Master" msdata:child="Student" msdata:parentkey="Session" msdata:childkey="Session" msprop:Generator_UserChildTable="Student" msprop:Generator_ChildPropName="GetStudentRows" msprop:Generator_UserRelationName="FK_Student_Session_Master" msprop:Generator_ParentPropName="Session_MasterRow" msprop:Generator_RelationVarName="relationFK_Student_Session_Master" msprop:Generator_UserParentTable="Session_Master" />
4732       <msdata:Relationship name=
"FK_StudentDocSubmitted_Document" msdata:parent="Document" msdata:child="StudentDocSubmitted" msdata:parentkey="Doc_Id" msdata:childkey="DocId" msprop:Generator_UserChildTable="StudentDocSubmitted" msprop:Generator_ChildPropName="GetStudentDocSubmittedRows" msprop:Generator_UserRelationName="FK_StudentDocSubmitted_Document" msprop:Generator_ParentPropName="DocumentRow" msprop:Generator_RelationVarName="relationFK_StudentDocSubmitted_Document" msprop:Generator_UserParentTable="Document" />
4733       <msdata:Relationship name=
"FK_StudentDocSubmitted_Student" msdata:parent="Student" msdata:child="StudentDocSubmitted" msdata:parentkey="AdmissionNo" msdata:childkey="AdmissionNo" msprop:Generator_UserChildTable="StudentDocSubmitted" msprop:Generator_ChildPropName="GetStudentDocSubmittedRows" msprop:Generator_UserRelationName="FK_StudentDocSubmitted_Student" msprop:Generator_ParentPropName="StudentRow" msprop:Generator_RelationVarName="relationFK_StudentDocSubmitted_Student" msprop:Generator_UserParentTable="Student" />
4734       <msdata:Relationship name=
"FK_Voucher_SchoolInfo" msdata:parent="SchoolInfo" msdata:child="Voucher" msdata:parentkey="S_Id" msdata:childkey="SchoolID" msprop:Generator_UserChildTable="Voucher" msprop:Generator_ChildPropName="GetVoucherRows" msprop:Generator_UserRelationName="FK_Voucher_SchoolInfo" msprop:Generator_ParentPropName="SchoolInfoRow" msprop:Generator_RelationVarName="relationFK_Voucher_SchoolInfo" msprop:Generator_UserParentTable="SchoolInfo" />
4735       <msdata:Relationship name=
"FK_Voucher_OtherDetails_Voucher" msdata:parent="Voucher" msdata:child="Voucher_OtherDetails" msdata:parentkey="ID" msdata:childkey="VoucherID" msprop:Generator_UserChildTable="Voucher_OtherDetails" msprop:Generator_ChildPropName="GetVoucher_OtherDetailsRows" msprop:Generator_UserRelationName="FK_Voucher_OtherDetails_Voucher" msprop:Generator_ParentPropName="VoucherRow" msprop:Generator_RelationVarName="relationFK_Voucher_OtherDetails_Voucher" msprop:Generator_UserParentTable="Voucher" />
4736     </xs:appinfo>
4737   </xs:annotation>
4738 </xs:schema>


Gõ tìm kiếm nhanh...